gh-120811: Fix reference leak upon _PyContext_Exit failure#120812
gh-120811: Fix reference leak upon _PyContext_Exit failure#120812kumaraditya303 merged 6 commits intopython:mainfrom
_PyContext_Exit failure#120812Conversation
|
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. |
kumaraditya303
left a comment
There was a problem hiding this comment.
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 <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
|
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 <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
|
GH-120844 is a backport of this pull request to the 3.12 branch. |
…H-120812) (#120844) gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (cherry picked from commit aed31be) Co-authored-by: Peter <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
…H-120812) (#120843) gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (cherry picked from commit aed31be) Co-authored-by: Peter <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
…ython#120812) Co-authored-by: Kumar Aditya <[email protected]>
…ython#120812) Co-authored-by: Kumar Aditya <[email protected]>
…ython#120812) Co-authored-by: Kumar Aditya <[email protected]>
_contextvars.Context.run()#120811