Skip to content

GH-92804: Fix memory leak in memoryview iterator #92805

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

Merged
merged 2 commits into from
May 14, 2022

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented May 14, 2022

Closed #92804

@kumaraditya303 kumaraditya303 self-assigned this May 14, 2022
@kumaraditya303 kumaraditya303 added the needs backport to 3.11 only security fixes label May 14, 2022
@corona10 corona10 merged commit d923fdf into python:main May 14, 2022
@miss-islington
Copy link
Contributor

Thanks @kumaraditya303 for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 14, 2022
miss-islington added a commit that referenced this pull request May 14, 2022
(cherry picked from commit d923fdf)

Co-authored-by: Kumar Aditya <[email protected]>
@kumaraditya303 kumaraditya303 deleted the gh-92804 branch May 14, 2022 14:55
@vstinner
Copy link
Member

Thanks @kumaraditya303 for the PR, and @corona10 for merging it tacotada.. I'm working now to backport this PR to: 3.11

IMO that's an enhancement, not a bugfix. I don't think that it's worth it to backport enhancements. (For this one, if it's already done, I don't care). For similar changes that I did in Python 3.10 and 3.11, I didn't backport these changes.

@hauntsaninja hauntsaninja removed the needs backport to 3.11 only security fixes label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak in memoryview iterator
8 participants