mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
The stack pointers in interpreter frames are nearly always valid now, so use them when visiting each thread's frame. For now, don't collect objects with deferred references in the rare case that we see a frame with a NULL stack pointer.
Miscellaneous source files for the main Python shared library