Skip to content

Commit e6aa09d

Browse files
committed
docs: Add the reference of GH-129726 in tests
1 parent 67b4dd2 commit e6aa09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_gzip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def sizes():
468468
self.assertEqual(nread, len(uncompressed))
469469

470470
def test_no_refloop_with_writestream(self):
471-
"""GH-129640: Test that the _WriteBufferStream __del__ method prevents reference loops."""
471+
"""GH-129640 and GH-129726: Test that the _WriteBufferStream reference cycle method prevents reference loops."""
472472
import gc
473473

474474
gc.collect()

0 commit comments

Comments
 (0)