Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-125286: Share the Main Refchain With Legacy Interpreters#125709
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
ericsnowcurrently merged 16 commits intopython:mainfromericsnowcurrently:legacy-shared-refchainOct 23, 2024
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
16 commits Select commitHold shift + click to select a range
53cfb82 Share the main refchain with legacy interpreters.
ericsnowcurrentlyb2bf609 Add a has_own_refchain() helper function.
ericsnowcurrently203c112 Drop _Py_NormalizeImmortalReference().
ericsnowcurrentlyffe2633 Drop has_own_refchain() calls where not needed.
ericsnowcurrently8d52258 Call _PyObject_InitState() *after* computing the feature flags.
ericsnowcurrently216dde2 Revert "Call _PyObject_InitState() *after* computing the feature flags."
ericsnowcurrentlyfbc4e2d Revert "Drop has_own_refchain() calls where not needed."
ericsnowcurrentlycb06847 has_own_refchain() -> maybe_fix_refchain()
ericsnowcurrently7aa33a9 Handle late runtime fini correctly.
ericsnowcurrently3421a19 Pass the interpreter config to init_interpreter().
ericsnowcurrentlyb276454 Revert "Pass the interpreter config to init_interpreter()."
ericsnowcurrently7ab086c Move the _PyObject_InitState() call out of init_interpreter().
ericsnowcurrently9d539f6 Add docs and a What's New entry
encukoud80fe6a Fix typos.
ericsnowcurrently1360d86 Do not try to destroy the refchain if it is NULL.
ericsnowcurrently090b528 Docs: Link to the new sys.getobjects() docs
encukouFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Revert "Pass the interpreter config to init_interpreter()."
This reverts commit3421a19.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitb276454b1e92ca3f2917d06f17a461c59df243f7
There are no files selected for viewing
1 change: 0 additions & 1 deletionInclude/internal/pycore_interp.h
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
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
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
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.