HomeSort by relevance Sort by last modified time
    Searched refs:_Py_Finalizing (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Include/
pylifecycle.h 112 PyAPI_DATA(PyThreadState *) _Py_Finalizing;
  /external/python/cpython3/Python/
pylifecycle.c 101 PyThreadState *_Py_Finalizing = NULL;
316 _Py_Finalizing = NULL;
580 _Py_Finalizing = tstate;
    [all...]
_warnings.c 56 if (try_import && _Py_Finalizing == NULL) {
    [all...]
ceval.c 369 /* _Py_Finalizing is protected by the GIL */
370 if (_Py_Finalizing && tstate != _Py_Finalizing) {
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Modules/
_winapi.c 117 else if (_Py_Finalizing == NULL)
    [all...]
  /external/python/cpython3/Modules/_io/
bufferedio.c 289 relax_locking = (_Py_Finalizing != NULL);
    [all...]

Completed in 133 milliseconds