Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h18 PyAPI_FUNC(int) Py_IsInitialized(void);
/third_party/python/Objects/
Dfileobject.c517 if (Py_IsInitialized() && in PyFile_SetOpenCodeHook()
523 if (Py_IsInitialized()) { in PyFile_SetOpenCodeHook()
/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c427 if (!Py_IsInitialized()) { in LLVMFuzzerTestOneInput()
/third_party/python/Modules/_ctypes/
Dcallbacks.c470 if (!Py_IsInitialized()) { in LoadPython()
/third_party/python/Doc/data/
Dstable_abi.dat811 function,Py_IsInitialized,3.2,
Drefcounts.dat3013 Py_IsInitialized:int:::
/third_party/python/PC/
Dpython3dll.c77 EXPORT_FUNC(Py_IsInitialized)
/third_party/python/Doc/c-api/
Dintro.rst716 .. index:: single: Py_IsInitialized()
722 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns
Dinit.rst42 * :c:func:`Py_IsInitialized`
268 .. c:function:: int Py_IsInitialized()
/third_party/python/Python/
Dpylifecycle.c138 Py_IsInitialized(void) in Py_IsInitialized() function
Dinitconfig.c468 if (Py_IsInitialized()) { in Py_SetStandardStreamEncoding()
/third_party/python/Misc/
Dstable_abi.txt1548 function Py_IsInitialized
DHISTORY11080 rather than the Py_IsInitialized flag, avoiding a Fatal Python
30213 finalizes. There's also a new API, Py_IsInitialized() which checks
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch467 @@ -21,6 +21,12 @@ PyAPI_FUNC(int) Py_IsInitialized(void);