◐ Shell
clean mode source ↗

GH-108362: Incremental GC implementation by markshannon · Pull Request #116206 · python/cpython

added 7 commits

January 7, 2024 07:04

@markshannon

@markshannon

@markshannon

vstinner pushed a commit to vstinner/cpython that referenced this pull request

Mar 20, 2024

This was referenced

Mar 21, 2024

gvanrossum added a commit to gvanrossum/cpython that referenced this pull request

Mar 23, 2024
Second half of the revert.

This reverts commit 1530932.

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 25, 2024

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024

abhinav-upadhyay added a commit to abhinav-upadhyay/cpython that referenced this pull request

May 16, 2024
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 added a commit to Yhg1s/cpython that referenced this pull request

Sep 29, 2024

Yhg1s added a commit to Yhg1s/cpython that referenced this pull request

Sep 29, 2024

Yhg1s added a commit to Yhg1s/cpython that referenced this pull request

Sep 29, 2024

@Yhg1s Yhg1s mentioned this pull request

Sep 29, 2024

nascheme pushed a commit that referenced this pull request

Aug 7, 2025
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

Aug 19, 2025
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 pgdr mentioned this pull request

Oct 20, 2025