mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
bpo-39877, bpo-39984: If the thread must exit, don't access tstate to prevent a potential crash: tstate memory has been freed.
Miscellaneous source files for the main Python shared library