-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
[3.14] GH-148726: Forward-port generational GC #148720
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sergey-miryanov
wants to merge
18
commits into
python:3.14
Choose a base branch
from
sergey-miryanov:feat/gc-gen-3.14
base: 3.14
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1d75f5d
Forward-port generational GC.
sergey-miryanov 00a7baa
Update gc.rst
sergey-miryanov 14547a0
Update InternalDocs/garbge_collector.md
sergey-miryanov e989c16
Fix tests, typos, add news entry
sergey-miryanov bfc44ab
Recheck and remove self notes
sergey-miryanov dbd944e
Remove vestigial comment about "old space bit'.
nascheme 9c22083
Remove reference to "incremental GC".
nascheme b50da36
Revert to 3.13 limits for these tests.
nascheme 8153914
Add notes about untrack_dicts() change.
nascheme e8035ec
Merge branch '3.14' into feat/gc-gen-3.14
sergey-miryanov 3cba502
Use PyErr_FormatUnraisable
sergey-miryanov a9a948f
Remove _GCPhase
sergey-miryanov ed6ab86
Merge branch '3.14' into feat/gc-gen-3.14
nascheme a6fd7cc
Merge branch '3.14' into feat/gc-gen-3.14
nascheme 39e803e
Update ABI dump
hugovk 3e1f41b
Update Misc/NEWS.d/next/Core_and_Builtins/2026-04-17-11-30-00.gh-issu…
sergey-miryanov f4deba6
Update gc.rst
sergey-miryanov 89622fb
More fixes for gc.rst
sergey-miryanov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.