]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565)
authorJokimax <77680901+Jokimax@users.noreply.github.com>
Tue, 24 Oct 2023 21:15:42 +0000 (00:15 +0300)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 21:15:42 +0000 (21:15 +0000)
commitc73b0f35602abf5f283bf64266641f19bc82fce0
tree6ea01fed896eed84ea5c710604270b682588b8b9
parente5168ff3f8abe651d0a96d9e2d49028183e21b15
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565)

gh-102956: Fix returning of empty byte strings after seek in zipfile module. This was a regression in 3.12.0 due to a performance enhancement.
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2023-04-15-14-45-21.gh-issue-102956.Z6qeUy.rst [new file with mode: 0644]