mirror of
https://github.com/python/cpython.git
synced 2026-08-07 23:32:21 +08:00
Replace a few Py_FatalError() calls if tstate is NULL with assert(tstate != NULL) in ceval.c. PyEval_AcquireThread(), PyEval_ReleaseThread() and PyEval_RestoreThread() must never be called with a NULL tstate.
Miscellaneous source files for the main Python shared library