Skip to content

[3.8] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) #25686

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

Merged
merged 1 commit into from
Apr 28, 2021
Merged

[3.8] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) #25686

merged 1 commit into from
Apr 28, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 28, 2021

_PyInterpreterState_IDIncref() now calls
_PyInterpreterState_IDInitref() and always increments id_refcount.

(cherry picked from commit 32c5a17)

https://bugs.python.org/issue43962

_PyInterpreterState_IDIncref() now calls
_PyInterpreterState_IDInitref() and always increments id_refcount.

(cherry picked from commit 32c5a17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants