]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127847: Fix position in the special-cased zipfile seek (#127856)
authorDima Ryazanov <dima@bucket.xxx>
Tue, 24 Dec 2024 15:56:42 +0000 (07:56 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2024 15:56:42 +0000 (15:56 +0000)
commit7ed6c5c6961d0849f163d4d449fb36bae312b6bc
tree555479da4b66f1418174199ef03207189b7c968f
parent9fce90682553e2cfe93e98e2ae5948bf9c7c4456
gh-127847: Fix position in the special-cased zipfile seek (#127856)

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2024-12-12-07-27-51.gh-issue-127847.ksfNKM.rst [new file with mode: 0644]