mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00: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