]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) (#128225)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Dec 2024 16:20:58 +0000 (17:20 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2024 16:20:58 +0000 (16:20 +0000)
commite1a0c4065821cbba4ed61705d1b0f505847fc5d4
treea555bc6b309c6e68908e778b6206fa5ba35fa2d9
parent40c46f08e2fb3a1807c255ca70bdbc8acc617f46
[3.13] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) (#128225)

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]