Skip to content

bpo-39947: Add PyInterpreterState_Get() function#18979

Merged
vstinner merged 2 commits intopython:masterfrom
vstinner:interp_get
Mar 13, 2020
Merged

bpo-39947: Add PyInterpreterState_Get() function#18979
vstinner merged 2 commits intopython:masterfrom
vstinner:interp_get

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 13, 2020

  • Rename _PyInterpreterState_Get() to PyInterpreterState_Get() and
    move it the limited C API.
  • Add _PyInterpreterState_Get() alias to PyInterpreterState_Get() for
    backward compatibility with Python 3.8.

https://bugs.python.org/issue39947

* Rename _PyInterpreterState_Get() to PyInterpreterState_Get() and
  move it the limited C API.
* Add _PyInterpreterState_Get() alias to PyInterpreterState_Get() for
  backward compatibility with Python 3.8.
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