Home
last modified time | relevance | path

Searched refs:PyConfig_Read (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Programs/
D_bootstrap_python.c85 status = PyConfig_Read(&config); in wmain()
D_testembed.c1419 status = PyConfig_Read(&config); in test_init_read_set()
1649 status = PyConfig_Read(&config); in test_init_warnoptions()
1818 PyStatus status = PyConfig_Read(&config); in test_get_argc_argv()
/third_party/python/Include/cpython/
Dinitconfig.h233 PyAPI_FUNC(PyStatus) PyConfig_Read(PyConfig *config);
/third_party/python/Doc/c-api/
Dinit_config.rst478 .. c:function:: PyStatus PyConfig_Read(PyConfig *config)
487 The :c:func:`PyConfig_Read` function only parses
502 :c:func:`PyConfig_Read` no longer calculates all paths, and so fields
945 string, :c:func:`PyConfig_Read` copies :c:member:`~PyConfig.argv` into
965 The :c:func:`PyConfig_Read` function only parses
1315 status = PyConfig_Read(&config);
1335 /* Override executable computed by PyConfig_Read() */
Dsys.rst146 :c:func:`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and
186 :c:func:`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and
/third_party/python/Python/
Dinitconfig.c2976 PyConfig_Read(PyConfig *config) in PyConfig_Read() function
/third_party/python/Doc/library/
Dsys.rst711 startup by the :c:func:`PyConfig_Read` function: see
739 startup by the :c:func:`PyConfig_Read` function: see
Dos.rst83 startup by the :c:func:`PyConfig_Read` function: see
143 ``C`` or ``POSIX`` at Python startup (see the :c:func:`PyConfig_Read`
/third_party/python/Doc/
Dglossary.rst423 Python startup by the :c:func:`PyConfig_Read` function: see
/third_party/python/Doc/whatsnew/
D3.8.rst313 * :c:func:`PyConfig_Read`
D3.11.rst2554 * :c:func:`PyConfig_Read` no longer calculates the initial search path, and will not
/third_party/python/Misc/
DNEWS10689 - bpo-42260: The :c:func:`PyConfig_Read` function now only parses