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 4822251 commit 38d6c4fCopy full SHA for 38d6c4f
1 file changed
Lib/test/test_tarfile.py
@@ -4880,7 +4880,7 @@ def valueerror_filter(tarinfo, path):
4880
4881
@support.subTests('format', [tarfile.GNU_FORMAT, tarfile.PAX_FORMAT])
4882
def test_getmembers_big_size(self, format):
4883
- # gh-NNNNN: A loop in seek() for streaming files tried to read the
+ # gh-151981: A loop in seek() for streaming files tried to read the
4884
# declared number of blocks even at EOF
4885
tinfo = tarfile.TarInfo("huge-file")
4886
tinfo.size = 1 << 64
0 commit comments