Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)#93306
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
miss-islington merged 1 commit intopython:3.11fromericsnowcurrently:remove-experiment-backport-311May 28, 2022
Merged
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)#93306
miss-islington merged 1 commit intopython:3.11fromericsnowcurrently:remove-experiment-backport-311May 28, 2022
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
…-93185)This was added for bpo-40514 (pythongh-84694) to test out a per-interpreter GIL. However, it has since proven unnecessary to keep the experiment in the repo. (It can be done as a branch in a fork like normal.) So here we are removing:* the configure option* the macro* the code enabled by the macro
pablogsal approved these changesMay 28, 2022
Contributor
miss-islington commentedMay 28, 2022
Status check is done, and it's a success ✅ . |
CAM-Gerlach added a commit to CAM-Gerlach/cpython that referenced this pull requestOct 16, 2022
/pythongh-93306Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
CAM-Gerlach added a commit to CAM-Gerlach/cpython that referenced this pull requestOct 16, 2022
/pythongh-93306Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
CAM-Gerlach added a commit to CAM-Gerlach/cpython that referenced this pull requestOct 16, 2022
/pythongh-93306Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
miss-islington pushed a commit that referenced this pull requestOct 17, 2022
Part of#95913Forward port of#93306, which was a backport of#93185, to address#84694This adds the What's New entry for the removal of the subinterpreter-related env variable, build-time flag, etc. As@ericsnowcurrently was author of the original changes, I added him as a co-author to the commit.This addition to the Python 3.11 What's New document were only made to the Python 3.11 branch during the backport process, and not added to the version in `main`. Forward-porting it ensures the docs retain these additions for the future, rather than being lost in a legacy Python versions, allows it to be be edited as part of#95913 , and avoids merge conflicts with routine back-ports of PRs touching it.I've pulled in the addition exactly as-is with no modifications; any editing will be done in future PRs (and therefore can be reviewed and backported accordingly).The one other such addition is forward-ported in#98344
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commitcaa279d)
This was added forbpo-40514 (gh-84694) to test out a per-interpreter GIL. However, it has since proven unnecessary to keep the experiment in the repo. (It can be done as a branch in a fork like normal.) So here we are removing:
Automerge-Triggered-By: GH:ericsnowcurrently