Home
last modified time | relevance | path

Searched refs:PyPreConfig_InitIsolatedConfig (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h128 PyAPI_FUNC(void) PyPreConfig_InitIsolatedConfig(PyPreConfig *config);
/third_party/python/Python/
Dpreconfig.c340 PyPreConfig_InitIsolatedConfig(PyPreConfig *config) in PyPreConfig_InitIsolatedConfig() function
375 PyPreConfig_InitIsolatedConfig(preconfig); in _PyPreConfig_InitFromConfig()
/third_party/python/Programs/
D_testembed.c842 PyPreConfig_InitIsolatedConfig(&preconfig); in test_preinit_dont_parse_argv()
931 PyPreConfig_InitIsolatedConfig(&preconfig); in check_preinit_isolated_config()
/third_party/python/Doc/c-api/
Dinit_config.rst220 .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
1285 :c:func:`PyPreConfig_InitIsolatedConfig` and
/third_party/python/Doc/whatsnew/
D3.8.rst316 * :c:func:`PyPreConfig_InitIsolatedConfig`