Home
last modified time | relevance | path

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

/external/python/cpython3/Programs/
D_testembed.c387 status = Py_PreInitialize(&preconfig); in check_init_compat_config()
478 PyStatus status = Py_PreInitialize(&preconfig); in test_init_from_config()
779 PyStatus status = Py_PreInitialize(&preconfig); in test_preinit_isolated1()
805 PyStatus status = Py_PreInitialize(&preconfig); in test_preinit_isolated2()
921 status = Py_PreInitialize(&preconfig); in check_preinit_isolated_config()
978 PyStatus status = Py_PreInitialize(&preconfig); in check_init_python_config()
1017 PyStatus status = Py_PreInitialize(&preconfig); in test_init_dont_configure_locale()
1425 PyStatus status = Py_PreInitialize(&preconfig); in test_init_setpath_config()
/external/python/cpython3/Include/cpython/
Dpylifecycle.h17 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/external/python/cpython3/Doc/c-api/
Dinit_config.rst42 * :c:func:`Py_PreInitialize`
284 .. c:function:: PyStatus Py_PreInitialize(const PyPreConfig *preconfig)
308 ``PyMem_SetAllocator()`` can be called after :c:func:`Py_PreInitialize` and
310 It can be called before :c:func:`Py_PreInitialize` if
326 status = Py_PreInitialize(&preconfig);
/external/python/cpython3/Python/
Dpylifecycle.c841 Py_PreInitialize(const PyPreConfig *src_config) in Py_PreInitialize() function
869 return Py_PreInitialize(&preconfig); in _Py_PreInitializeFromConfig()
/external/python/cpython3/Doc/whatsnew/
D3.8.rst330 * :c:func:`Py_PreInitialize`