SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 50 Python

GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)

Change old space bit of young objects from 0 to gcstate->visited_space.
This ensures that any object created *and* collected during cycle GC has the bit set correctly.
M
Mark Shannon committed
8bef34f625e21886b1c64544c060e19ee2e229bf
Parent: bf82f77
Committed by GitHub <noreply@github.com> on 3/26/2024, 11:11:42 AM