mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
bpo-25612, bpo-33612: Remove an assertion from PyThreadState_Clear() which failed at Python shutdown or on fork if a thread was running a generator.
Miscellaneous source files for the main Python shared library