8000
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.
2 parents 484adb5 + a1952d4 commit 6294305Copy full SHA for 6294305
Lib/test/test_bz2.py
@@ -647,6 +647,7 @@ def testEOFError(self):
647
bz2d = BZ2Decompressor()
648
text = bz2d.decompress(self.DATA)
649
self.assertRaises(EOFError, bz2d.decompress, b"anything")
650
+ self.assertRaises(EOFError, bz2d.decompress, b"")
651
652
@bigmemtest(size=_4G + 100, memuse=3)
653
def testDecompress4G(self, size):
0 commit comments