Home
last modified time | relevance | path

Searched refs:Py_IsInitialized (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c99 if (!Py_IsInitialized()) { in LLVMFuzzerTestOneInput()
/external/python/cpython2/Include/
Dpythonrun.h31 PyAPI_FUNC(int) Py_IsInitialized(void);
/external/python/cpython3/Include/
Dpylifecycle.h105 PyAPI_FUNC(int) Py_IsInitialized(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def437 Py_IsInitialized
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c419 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c504 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython3/Python/
Dpylifecycle.c158 Py_IsInitialized(void) in Py_IsInitialized() function
173 if (Py_IsInitialized()) { in Py_SetStandardStreamEncoding()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc518 OP_REQUIRES(ctx, Py_IsInitialized(), in Compute()
/external/python/cpython3/PC/
Dpython3.def750 Py_IsInitialized=python37.Py_IsInitialized
/external/python/cpython2/PC/os2emx/
Dpython27.def1080 "Py_IsInitialized"
/external/python/cpython3/Doc/c-api/
Dintro.rst652 .. index:: single: Py_IsInitialized()
658 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns
Dinit.rst264 .. c:function:: int Py_IsInitialized()
/external/python/cpython2/Doc/c-api/
Dintro.rst569 .. index:: single: Py_IsInitialized()
575 by calling :c:func:`Py_Finalize`. The function :c:func:`Py_IsInitialized` returns
Dinit.rst53 .. c:function:: int Py_IsInitialized()
/external/python/cpython2/Python/
Dpythonrun.c119 Py_IsInitialized(void) in Py_IsInitialized() function
/external/python/cpython2/Doc/data/
Drefcounts.dat1797 Py_IsInitialized:int:::
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst185 Py_IsInitialized flag, avoiding a Fatal Python error in certain
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3106 if (Py_IsInitialized()) {
/external/python/cpython3/Doc/data/
Drefcounts.dat2992 Py_IsInitialized:int:::
/external/python/cpython3/Misc/
DHISTORY11080 rather than the Py_IsInitialized flag, avoiding a Fatal Python
30213 finalizes. There's also a new API, Py_IsInitialized() which checks
/external/python/cpython2/Misc/
DHISTORY12834 finalizes. There's also a new API, Py_IsInitialized() which checks