Commit e3ad900
authored
pythonGH-119085: Move comment in Python/gc.c to correct place.
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.1 parent 244c7b8 commit e3ad900
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1710 | 1710 | | |
1711 | 1711 | | |
1712 | 1712 | | |
| 1713 | + | |
| 1714 | + | |
1713 | 1715 | | |
1714 | 1716 | | |
1715 | 1717 | | |
1716 | 1718 | | |
1717 | 1719 | | |
1718 | | - | |
1719 | 1720 | | |
1720 | 1721 | | |
1721 | 1722 | | |
| |||
0 commit comments