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 eefc287 commit ee93a71Copy full SHA for ee93a71
Lib/test/test_gzip.py
@@ -468,7 +468,7 @@ def sizes():
468
self.assertEqual(nread, len(uncompressed))
469
470
def test_no_refloop_with_writestream(self):
471
- """Test that the _WriteBufferStream __del__ method prevents reference loops."""
+ """GH-129640: Test that the _WriteBufferStream __del__ method prevents reference loops."""
472
import gc
473
474
gc.collect()
0 commit comments