Skip to content

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

2 participants