mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
17c68b8107
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