-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-43779: _PyArena_AddPyObject only steals a ref on success #25289
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
bpo-43779: _PyArena_AddPyObject only steals a ref on success #25289
Conversation
|
skip news |
|
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Sorry, @erlend-aasland and @pablogsal, I could not cleanly backport this to |
|
@erlend-aasland Could you do the manual backport? |
Sure! |
…5289). (cherry picked from commit c0e11a3) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
|
GH-25294 is a backport of this pull request to the 3.9 branch. |
…H-25289). (GH-25294) * [3.9] Fix possible refleak involving _PyArena_AddPyObject (GH-25289). (cherry picked from commit c0e11a3) Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Update Parser/pegen/pegen.c Co-authored-by: Pablo Galindo <[email protected]>
https://bugs.python.org/issue43779