mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
e001027188
The free-threaded GC now visits interpreter stacks to keep objects that use deferred reference counting alive. Interpreter frames are zero initialized in the free-threaded GC so that the GC doesn't see garbage data. This is a temporary measure until stack spilling around escaping calls is implemented. Co-authored-by: Ken Jin <kenjin@python.org>
Miscellaneous source files for the main Python shared library