-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-120811: Fix reference leak upon _PyContext_Exit
failure
#120812
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. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
can this be backported to the 3.11 branch but require people who want the fix to manually compile themselves as well? |
Unfortunately, no. 3.11 branch accepts now only a security fixes. |
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.
Please add a news entry, it is a user facing bug not internal.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again |
Thanks for making the requested changes! @kumaraditya303: please review the changes made to this pull request. |
Misc/NEWS.d/next/Library/2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst
Outdated
Show resolved
Hide resolved
Thanks @ZeroIntensity for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…ythonGH-120812) (cherry picked from commit aed31be) Co-authored-by: Peter <zintensitydev@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
GH-120843 is a backport of this pull request to the 3.13 branch. |
…ythonGH-120812) (cherry picked from commit aed31be) Co-authored-by: Peter <zintensitydev@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
GH-120844 is a backport of this pull request to the 3.12 branch. |
…ython#120812) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
…ython#120812) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
…ython#120812) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
_contextvars.Context.run()
#120811