Searched refs:_Py_CURRENTLY_FINALIZING (Results 1 – 3 of 3) sorted by relevance
266 #define _Py_CURRENTLY_FINALIZING(runtime, tstate) \ macro
267 assert(!ts || _Py_CURRENTLY_FINALIZING(runtime, ts)); in _PySys_ClearAuditHooks()268 if (!ts || !_Py_CURRENTLY_FINALIZING(runtime, ts)) in _PySys_ClearAuditHooks()
244 if (runtime->finalizing != NULL && !_Py_CURRENTLY_FINALIZING(runtime, tstate)) { in exit_thread_if_finalizing()