Home
last modified time | relevance | path

Searched refs:preinitialized (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h66 int preinitialized; member
124 {.preinitialized = 0, .core_initialized = 0, .initialized = 0}
/third_party/python/Python/
Dpylifecycle.c892 if (runtime->preinitialized) { in _Py_PreInitializeFromPyArgv()
919 runtime->preinitialized = 1; in _Py_PreInitializeFromPyArgv()
959 if (runtime->preinitialized) { in _Py_PreInitializeFromConfig()
2533 else if (runtime->preinitialized) { in fatal_error_dump_runtime()
/third_party/python/Doc/c-api/
Dsys.rst124 that :ref:`Python is preinitialized <c-preinit>`.
126 This function must not be called before :ref:`Python is preinitialized
193 This function must not be called before :ref:`Python is preinitialized
Dinit_config.rst12 :c:type:`PyConfig` structure. It can be preinitialized with
91 Python must be preinitialized to call this function.
102 Python must be preinitialized to call this function.