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