Home
last modified time | relevance | path

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

/third_party/python/Programs/
D_testembed.c403 status = Py_PreInitialize(&preconfig); in check_init_compat_config()
494 PyStatus status = Py_PreInitialize(&preconfig); in test_init_from_config()
791 PyStatus status = Py_PreInitialize(&preconfig); in test_preinit_isolated1()
817 PyStatus status = Py_PreInitialize(&preconfig); in test_preinit_isolated2()
933 status = Py_PreInitialize(&preconfig); in check_preinit_isolated_config()
990 PyStatus status = Py_PreInitialize(&preconfig); in check_init_python_config()
1029 PyStatus status = Py_PreInitialize(&preconfig); in test_init_dont_configure_locale()
1437 PyStatus status = Py_PreInitialize(&preconfig); in test_init_setpath_config()
/third_party/python/Include/cpython/
Dpylifecycle.h17 PyAPI_FUNC(PyStatus) Py_PreInitialize(
/third_party/python/Doc/c-api/
Dinit_config.rst13 :c:func:`Py_PreInitialize` and the :c:type:`PyPreConfig` structure.
355 .. c:function:: PyStatus Py_PreInitialize(const PyPreConfig *preconfig)
389 ``PyMem_SetAllocator()`` can be called after :c:func:`Py_PreInitialize` and
391 It can be called before :c:func:`Py_PreInitialize` if
408 status = Py_PreInitialize(&preconfig);
Dsys.rst128 the :c:func:`Py_PreInitialize` function.
195 the :c:func:`Py_PreInitialize` function.
/third_party/python/Python/
Dpylifecycle.c941 Py_PreInitialize(const PyPreConfig *src_config) in Py_PreInitialize() function
969 return Py_PreInitialize(&preconfig); in _Py_PreInitializeFromConfig()
/third_party/python/Doc/whatsnew/
D3.8.rst330 * :c:func:`Py_PreInitialize`