[3.9] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by miss-islington · Pull Request #25685 · python/cpython
_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 ✅ .
@vstinner: Status check is done, and it's a success ✅ .
1 similar comment
@vstinner: Status check is done, and it's a success ✅ .
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, regenerate the ABI
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. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.
@vstinner: Status check is done, and it's a success ❌ .
Check out the same docker container the CI uses
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.