Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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.
@vstinnervstinnerforce-pushed the remove_private_interp branch from 1b38110 to 096b84aCompareJuly 1, 2023 23:19
@vstinnervstinner enabled auto-merge (squash) July 1, 2023 23:19
@vstinnervstinner merged commit 18b1fde into python:mainJul 1, 2023
@vstinnervstinner 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 freeto 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

@vstinner@bedevere-bot