Skip to content

Commit ee93a71

Browse files
test: Add refence to the issue in the test comment.
Co-authored-by: Peter Bierma <[email protected]>
1 parent eefc287 commit ee93a71

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-
"""Test that the _WriteBufferStream __del__ method prevents reference loops."""
471+
"""GH-129640: Test that the _WriteBufferStream __del__ method prevents reference loops."""
472472
import gc
473473

474474
gc.collect()

0 commit comments

Comments
 (0)