Skip to content

gh-106320: Remove _PyInterpreterState_Get() alias#106321

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:remove_private_interp
Jul 1, 2023
Merged

gh-106320: Remove _PyInterpreterState_Get() alias#106321
vstinner merged 1 commit intopython:mainfrom
vstinner:remove_private_interp

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jul 1, 2023

Replace calls to the (removed) slow _PyInterpreterState_Get() with fast inlined _PyInterpreterState_GET() function.


📚 Documentation preview 📚: https://cpython-previews--106321.org.readthedocs.build/

Replace calls to the (removed) slow _PyInterpreterState_Get() with
fast inlined _PyInterpreterState_GET() function.
@vstinner vstinner force-pushed the remove_private_interp branch from 1b38110 to 096b84a Compare July 1, 2023 23:19
@vstinner vstinner enabled auto-merge (squash) July 1, 2023 23:19
@vstinner vstinner merged commit 18b1fde into python:main Jul 1, 2023
@vstinner vstinner deleted the remove_private_interp branch July 1, 2023 23:48
befeleme added a commit to befeleme/psycopg2 that referenced this pull request Apr 24, 2024
Since 3.13.0a1 it has been renamed to PyInterpreterStateGet()
Source: python/cpython#106321
befeleme added a commit to befeleme/psycopg2 that referenced this pull request Apr 24, 2024
Since 3.13.0a1 it has been renamed to PyInterpreterStateGet()
Source: python/cpython#106321
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.

2 participants

Comments