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.
GH-129726
1 parent 67b4dd2 commit e6aa09dCopy full SHA for e6aa09d
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
- """GH-129640: Test that the _WriteBufferStream __del__ method prevents reference loops."""
+ """GH-129640 and GH-129726: Test that the _WriteBufferStream reference cycle method prevents reference loops."""
472
import gc
473
474
gc.collect()
0 commit comments