Home
last modified time | relevance | path

Searched refs:PySys_AddXOption (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dsysmodule.h29 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/third_party/python/Programs/
D_testembed.c324 PySys_AddXOption(L"not_an_option=1"); in test_pre_initialization_sys_options()
325 PySys_AddXOption(dynamic_xoption); in test_pre_initialization_sys_options()
1452 PySys_AddXOption(L"sysadd_xoption"); in test_init_sys_add()
1453 PySys_AddXOption(L"faulthandler"); in test_init_sys_add()
/third_party/python/PC/
Dpython3dll.c543 EXPORT_FUNC(PySys_AddXOption)
/third_party/python/Doc/data/
Dstable_abi.dat593 function,PySys_AddXOption,3.7,,
Drefcounts.dat2130 PySys_AddXOption:void:::
2131 PySys_AddXOption:const wchar_t*:s::
/third_party/python/Doc/c-api/
Dsys.rst314 .. c:function:: void PySys_AddXOption(const wchar_t *s)
Dinit.rst37 * :c:func:`PySys_AddXOption`
/third_party/python/Python/
Dsysmodule.c2387 PySys_AddXOption(const wchar_t *s) in PySys_AddXOption() function
/third_party/python/Misc/
Dstable_abi.toml1986 [function.PySys_AddXOption]
DNEWS8133 * :c:func:`PySys_AddXOption`
16531 - bpo-36763: Options added by ``PySys_AddXOption()`` are now handled the
21424 PySys_ResetWarnOptions, PySys_AddWarnOption, and PySys_AddXOption prior to
22166 PySys_ResetWarnOptions, PySys_AddWarnOption, and PySys_AddXOption prior to
/third_party/python/Doc/whatsnew/
D3.11.rst2569 * :c:func:`PySys_AddXOption`