Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dinitconfig.h221 PyAPI_FUNC(PyStatus) PyConfig_SetBytesString(
/third_party/python/Programs/
D_testembed.c565 status = PyConfig_SetBytesString(&config, &config.platlibdir, "my_platlibdir"); in test_init_from_config()
1325 status = PyConfig_SetBytesString(&config, &config.program_name, in test_init_read_set()
/third_party/python/Doc/c-api/
Dsys.rst123 API with the :c:func:`PyConfig_SetBytesString` function which ensures
Dinit_config.rst448 ….. c:function:: PyStatus PyConfig_SetBytesString(PyConfig *config, wchar_t * const *config_str, co…
1246 status = PyConfig_SetBytesString(&config, &config.program_name,
/third_party/python/Python/
Dinitconfig.c859 PyConfig_SetBytesString(PyConfig *config, wchar_t **config_str, in PyConfig_SetBytesString() function
/third_party/python/Doc/whatsnew/
D3.8.rst314 * :c:func:`PyConfig_SetBytesString`