Home
last modified time | relevance | path

Searched refs:_Py_CURRENTLY_FINALIZING (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pystate.h266 #define _Py_CURRENTLY_FINALIZING(runtime, tstate) \ macro
/external/python/cpython3/Python/
Dsysmodule.c267 assert(!ts || _Py_CURRENTLY_FINALIZING(runtime, ts)); in _PySys_ClearAuditHooks()
268 if (!ts || !_Py_CURRENTLY_FINALIZING(runtime, ts)) in _PySys_ClearAuditHooks()
Dceval.c244 if (runtime->finalizing != NULL && !_Py_CURRENTLY_FINALIZING(runtime, tstate)) { in exit_thread_if_finalizing()