Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-106320: Remove _PyInterpreterState_Get() alias #106321

Merged
merged 1 commit into from
Jul 1, 2023

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 enabled auto-merge (squash) July 1, 2023 23:19
@vstinner vstinner merged commit 18b1fde into python:main Jul 1, 2023
20 of 21 checks passed
@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.

None yet

2 participants