Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpreconfig.c319 PyPreConfig_InitPythonConfig(PyPreConfig *config) in PyPreConfig_InitPythonConfig() function
360 PyPreConfig_InitPythonConfig(config); in _PyPreConfig_InitFromPreConfig()
372 PyPreConfig_InitPythonConfig(preconfig); in _PyPreConfig_InitFromConfig()
Dpystate.c69 PyPreConfig_InitPythonConfig(&runtime->preconfig); in _PyRuntimeState_Init_impl()
/third_party/python/Include/cpython/
Dinitconfig.h127 PyAPI_FUNC(void) PyPreConfig_InitPythonConfig(PyPreConfig *config);
/third_party/python/PC/
Dpython_uwp.cpp188 PyPreConfig_InitPythonConfig(&preconfig); in wmain()
/third_party/python/Programs/
D_testembed.c988 PyPreConfig_InitPythonConfig(&preconfig); in check_init_python_config()
1023 PyPreConfig_InitPythonConfig(&preconfig); in test_init_dont_configure_locale()
1433 PyPreConfig_InitPythonConfig(&preconfig); in test_init_setpath_config()
/third_party/python/Modules/
Dmain.c44 PyPreConfig_InitPythonConfig(&preconfig); in pymain_init()
/third_party/python/Doc/c-api/
Dinit_config.rst215 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
383 (:c:func:`PyPreConfig_InitPythonConfig`), if Python is initialized with
404 PyPreConfig_InitPythonConfig(&preconfig);
1306 :c:func:`PyPreConfig_InitPythonConfig` and :c:func:`PyConfig_InitPythonConfig`
/third_party/python/Doc/whatsnew/
D3.8.rst317 * :c:func:`PyPreConfig_InitPythonConfig`