gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API by ericsnowcurrently · Pull Request #104110 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
ericsnowcurrently merged 2 commits intopython:mainfrom
May 3, 2023Merged
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API#104110
ericsnowcurrently merged 2 commits intopython:mainfrom
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API#104110
ericsnowcurrently merged 2 commits intopython:mainfrom
Conversation
Copy link
Member
We also expose PyInterpreterConfig. This is part of the PEP 684 (per-interpreter GIL) implementation. We will add docs as soon as we can.
FYI, I'm adding the new config field for per-interpreter GIL in gh-99114.
bedevere-bot
added
the
awaiting core review
label
bedevere-bot
mentioned this pull request
ericsnowcurrently
marked this pull request as ready for review
ericsnowcurrently
merged commit
292076a
into
python:main
bedevere-bot
removed
the
awaiting core review
label
ericsnowcurrently
deleted the
interpreter-config-capi
branch
erlend-aasland
mentioned this pull request
PallHaraldsson
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment