mirror of
https://github.com/python/cpython.git
synced 2026-08-11 14:33:35 +08:00
Fix a bug that can cause a crash when sub-interpreters use "basic" single-phase extension modules. Shared objects could refer to PyGC_Head nodes that had been freed as part of interpreter shutdown.
Miscellaneous source files for the main Python shared library