mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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