We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f114fa commit d7ea5efCopy full SHA for d7ea5ef
Lib/test/test_io.py
@@ -896,7 +896,7 @@ def test_RawIOBase_read(self):
896
def test_RawIOBase_read_bounds_checking(self):
897
# Make sure a `.readinto` call which returns a value outside
898
# (0, len(buffer)) raises.
899
- class Misbehaved(self.io.RawIOBase):
+ class Misbehaved(self.RawIOBase):
900
def __init__(self, readinto_return) -> None:
901
self._readinto_return = readinto_return
902
def readinto(self, b):
0 commit comments