Skip to content

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

Merged
vstinner merged 1 commit into
python:3.8from
vstinner:fix_interpid_race38
Apr 28, 2021
Merged

[3.8] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)#25686
vstinner merged 1 commit into
python:3.8from
vstinner:fix_interpid_race38

Conversation

@vstinner
Copy link
Copy Markdown
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