Skip to content

bpo-45475: Revert __iter__ optimization for GzipFile, BZ2File, and LZMAFile.#29016

Merged
methane merged 2 commits into
python:mainfrom
methane:fix-45475
Oct 19, 2021
Merged

bpo-45475: Revert __iter__ optimization for GzipFile, BZ2File, and LZMAFile.#29016
methane merged 2 commits into
python:mainfrom
methane:fix-45475

Conversation

@methane

@methane methane commented Oct 18, 2021

Copy link
Copy Markdown
Member

@methane methane added type-bug An unexpected behavior, bug, or error needs backport to 3.10 only security fixes labels Oct 18, 2021

@serhiy-storchaka serhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were similar issues with TemporaryFile.

@methane methane merged commit 0a4c82d into python:main Oct 19, 2021
@methane methane deleted the fix-45475 branch October 19, 2021 02:51
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-29050 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 19, 2021
…LZMAFile. (pythonGH-29016)

This reverts commit d2a8e69.
(cherry picked from commit 0a4c82d)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
miss-islington added a commit that referenced this pull request Oct 19, 2021
…LZMAFile. (GH-29016)

This reverts commit d2a8e69.
(cherry picked from commit 0a4c82d)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants