-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-102956: Fix returning of empty byte strings after seek in zipfile … #103565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Misc/NEWS.d/next/Library/2023-04-15-14-45-21.gh-issue-102956.Z6qeUy.rst
Outdated
Show resolved
Hide resolved
Bug: python/cpython#102956 Pull-Request: python/cpython#103565 Signed-off-by: Michał Górny <[email protected]>
…6qeUy.rst Co-authored-by: Alex Waygood <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
…pfile … (pythonGH-103565) (cherry picked from commit c73b0f3) Co-authored-by: Jokimax <[email protected]> pythongh-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.
GH-111289 is a backport of this pull request to the 3.12 branch. |
…ipfile … (GH-103565) (#111289) gh-102956: Fix returning of empty byte strings after seek in zipfile … (GH-103565) (cherry picked from commit c73b0f3) 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. Co-authored-by: Jokimax <[email protected]>
Bug: python/cpython#102956 Pull-Request: python/cpython#103565 Signed-off-by: Michał Górny <[email protected]>
…pfile … (python#103565) pythongh-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.
…pfile … (python#103565) pythongh-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.
…module