]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) (#128226)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Dec 2024 16:15:45 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2024 16:15:45 +0000 (16:15 +0000)
commitfe41537c60673f35f63188a69f5abd8dd422c4ee
tree2203ea57b018597b4f8cf2b56d4ee4594042c197
parente7f8ba7444a8e77fa9266a3f66988efa85f06898
[3.12] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) (#128226)

gh-127847: Fix position in the special-cased zipfile seek (GH-127856)

---------
(cherry picked from commit 7ed6c5c6961d0849f163d4d449fb36bae312b6bc)

Co-authored-by: Dima Ryazanov <dima@bucket.xxx>
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]