[3.9] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)#25685
[3.9] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)#25685miss-islington wants to merge 1 commit into
Conversation
_PyInterpreterState_IDIncref() now calls _PyInterpreterState_IDInitref() and always increments id_refcount. (cherry picked from commit 32c5a17) Co-authored-by: Victor Stinner <vstinner@python.org>
|
@vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
1 similar comment
|
@vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
pablogsal
left a comment
There was a problem hiding this comment.
Please, regenerate the ABI
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
|
@vstinner: Status check is done, and it's a success ❌ . |
Sorry, something went wrong.
I don't know how to do that: https://bugs.python.org/issue43725#msg392205 |
Sorry, something went wrong.
Check out the same docker container the CI uses and run the |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
I don't know how to do that: https://bugs.python.org/issue43725#msg404019 Maybe I should just abandon this backport. It's a little bit annoying of not being able to backport a fix because the CI says that it breaks the ABI, whereas the modified function is only part of the internal C API and its name starts with "_Py", so it's a private function. |
Sorry, something went wrong.
|
I still don't know how to update the ABI. So I just abandon my bugfix backport, sorry. |
Sorry, something went wrong.
_PyInterpreterState_IDIncref() now calls
_PyInterpreterState_IDInitref() and always increments id_refcount.
(cherry picked from commit 32c5a17)
Co-authored-by: Victor Stinner vstinner@python.org
https://bugs.python.org/issue43962