bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
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.
V
Victor Stinner committed
17c68b8107e348aeaaa05f7ac5072cacff916022
Parent: ec3c99c
Committed by GitHub <noreply@github.com>
on 1/30/2020, 11:20:48 AM