Skip to content

Commit 38d6c4f

Browse files
committed
Assign issue number
1 parent 4822251 commit 38d6c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_tarfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4880,7 +4880,7 @@ def valueerror_filter(tarinfo, path):
48804880

48814881
@support.subTests('format', [tarfile.GNU_FORMAT, tarfile.PAX_FORMAT])
48824882
def test_getmembers_big_size(self, format):
4883-
# gh-NNNNN: A loop in seek() for streaming files tried to read the
4883+
# gh-151981: A loop in seek() for streaming files tried to read the
48844884
# declared number of blocks even at EOF
48854885
tinfo = tarfile.TarInfo("huge-file")
48864886
tinfo.size = 1 << 64

0 commit comments

Comments
 (0)