Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpreconfig.c305 PyPreConfig_InitPythonConfig(PyPreConfig *config) in PyPreConfig_InitPythonConfig() function
346 PyPreConfig_InitPythonConfig(config); in _PyPreConfig_InitFromPreConfig()
358 PyPreConfig_InitPythonConfig(preconfig); in _PyPreConfig_InitFromConfig()
Dpystate.c116 PyPreConfig_InitPythonConfig(&runtime->preconfig); in init_runtime()
/third_party/python/Include/cpython/
Dinitconfig.h127 PyAPI_FUNC(void) PyPreConfig_InitPythonConfig(PyPreConfig *config);
/third_party/python/PC/
Dpython_uwp.cpp212 PyPreConfig_InitPythonConfig(&preconfig); in wmain()
/third_party/python/Programs/
D_testembed.c1076 PyPreConfig_InitPythonConfig(&preconfig); in check_init_python_config()
1111 PyPreConfig_InitPythonConfig(&preconfig); in test_init_dont_configure_locale()
1521 PyPreConfig_InitPythonConfig(&preconfig); in test_init_setpath_config()
/third_party/python/Modules/
Dmain.c45 PyPreConfig_InitPythonConfig(&preconfig); in pymain_init()
/third_party/python/Doc/c-api/
Dinit_config.rst215 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
385 (:c:func:`PyPreConfig_InitPythonConfig`), if Python is initialized with
406 PyPreConfig_InitPythonConfig(&preconfig);
1375 :c:func:`PyPreConfig_InitPythonConfig` and :c:func:`PyConfig_InitPythonConfig`
/third_party/python/Doc/whatsnew/
D3.8.rst319 * :c:func:`PyPreConfig_InitPythonConfig`