GH-108362: Incremental GC implementation by markshannon · Pull Request #116206 · python/cpython
added 7 commits
This was referenced
gvanrossum added a commit to gvanrossum/cpython that referenced this pull request
Second half of the revert. This reverts commit 1530932.
abhinav-upadhyay added a commit to abhinav-upadhyay/cpython that referenced this pull request
In pythonGH-116206, the comment about moving reachable objects to next generation got moved from its original place to a place where there is no code below it. This PR puts it back where the actual movement of rechable objects happen to the next generation.
Yhg1s
mentioned this pull request
nascheme pushed a commit that referenced this pull request
In GH-116206, the comment about moving reachable objects to next generation got moved from its original place to a place where there is no code below it. Put the comment back to where the actual movement of reachable objects happens.
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request
In pythonGH-116206, the comment about moving reachable objects to next generation got moved from its original place to a place where there is no code below it. Put the comment back to where the actual movement of reachable objects happens.
pgdr
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