Home
last modified time | relevance | path

Searched refs:_PyRuntime_Initialize (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h139 PyAPI_FUNC(PyStatus) _PyRuntime_Initialize(void);
/third_party/python/Python/
Dfrozenmain.c19 PyStatus status = _PyRuntime_Initialize(); in Py_FrozenMain()
Dpylifecycle.c92 _PyRuntime_Initialize(void) in _PyRuntime_Initialize() function
886 status = _PyRuntime_Initialize(); in _Py_PreInitializeFromPyArgv()
953 PyStatus status = _PyRuntime_Initialize(); in _Py_PreInitializeFromConfig()
1212 status = _PyRuntime_Initialize(); in Py_InitializeFromConfig()
1241 status = _PyRuntime_Initialize(); in Py_InitializeEx()
1273 PyStatus status = _PyRuntime_Initialize(); in _Py_InitializeMain()
1892 status = _PyRuntime_Initialize(); in new_interpreter()
Dpreconfig.c803 status = _PyRuntime_Initialize(); in _PyPreConfig_Read()
Dsysmodule.c2161 _PyRuntime_Initialize(); in _alloc_preinit_entry()
/third_party/python/Modules/
Dmain.c38 status = _PyRuntime_Initialize(); in pymain_init()
/third_party/python/Misc/NEWS.d/
D3.7.0a3.rst44 be called before _PyRuntime_Initialize().
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3776 #include "pycore_runtime.h" // _PyRuntime_Initialize()