]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-119085: Move comment in Python/gc.c to correct place.
authorAbhinav Upadhyay <er.abhinav.upadhyay@gmail.com>
Thu, 7 Aug 2025 20:31:11 +0000 (02:01 +0530)
committerGitHub <noreply@github.com>
Thu, 7 Aug 2025 20:31:11 +0000 (20:31 +0000)
commite3ad9003c5af314ae82d4e9f40d9c0375a34149f
tree1a575789203a2ea6a19a501f0a2e5191876bed91
parent244c7b8c4c579972e7db54132bdd74de3d3b3c0a
GH-119085: Move comment in Python/gc.c to correct place.

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.
Python/gc.c