mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08:00
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.
Miscellaneous source files for the main Python shared library