Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpreconfig.c302 PyPreConfig_InitPythonConfig(PyPreConfig *config) in PyPreConfig_InitPythonConfig() function
343 PyPreConfig_InitPythonConfig(config); in _PyPreConfig_InitFromPreConfig()
355 PyPreConfig_InitPythonConfig(preconfig); in _PyPreConfig_InitFromConfig()
Dpystate.c65 PyPreConfig_InitPythonConfig(&runtime->preconfig); in _PyRuntimeState_Init_impl()
/external/python/cpython3/Include/cpython/
Dinitconfig.h127 PyAPI_FUNC(void) PyPreConfig_InitPythonConfig(PyPreConfig *config);
/external/python/cpython3/PC/
Dpython_uwp.cpp188 PyPreConfig_InitPythonConfig(&preconfig); in wmain()
/external/python/cpython3/Programs/
D_testembed.c976 PyPreConfig_InitPythonConfig(&preconfig); in check_init_python_config()
1011 PyPreConfig_InitPythonConfig(&preconfig); in test_init_dont_configure_locale()
1421 PyPreConfig_InitPythonConfig(&preconfig); in test_init_setpath_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst30 * :c:func:`PyPreConfig_InitPythonConfig`
200 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
302 (:c:func:`PyPreConfig_InitPythonConfig`), if Python is initialized with
322 PyPreConfig_InitPythonConfig(&preconfig);
839 :c:func:`PyPreConfig_InitPythonConfig` and :c:func:`PyConfig_InitPythonConfig`
/external/python/cpython3/Modules/
Dmain.c44 PyPreConfig_InitPythonConfig(&preconfig); in pymain_init()
/external/python/cpython3/Doc/whatsnew/
D3.8.rst317 * :c:func:`PyPreConfig_InitPythonConfig`