Home
last modified time | relevance | path

Searched refs:_Py_IsFinalizing (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/cpython/
Dpylifecycle.h53 PyAPI_FUNC(int) _Py_IsFinalizing(void);
/third_party/python/Python/
D_warnings.c196 if (try_import && !_Py_IsFinalizing()) { in get_warnings_attr()
Dpylifecycle.c116 _Py_IsFinalizing(void) in _Py_IsFinalizing() function
Dsysmodule.c1943 return PyBool_FromLong(_Py_IsFinalizing()); in sys_is_finalizing_impl()
/third_party/python/Doc/c-api/
Dinit.rst931 You can use :c:func:`_Py_IsFinalizing` or :func:`sys.is_finalizing` to
977 You can use :c:func:`_Py_IsFinalizing` or :func:`sys.is_finalizing` to
1236 You can use :c:func:`_Py_IsFinalizing` or :func:`sys.is_finalizing` to
1274 You can use :c:func:`_Py_IsFinalizing` or :func:`sys.is_finalizing` to
/third_party/python/Modules/
D_winapi.c143 else if (_Py_IsFinalizing()) in overlapped_dealloc()
D_asynciomodule.c518 if (is_true && !_Py_IsFinalizing()) { in future_init()
/third_party/python/Modules/_io/
Dbufferedio.c278 relax_locking = _Py_IsFinalizing(); in _enter_buffered_busy()
/third_party/python/Doc/whatsnew/
D3.8.rst1847 behavior is not desired, guard the call by checking :c:func:`_Py_IsFinalizing`