Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsysmodule.h29 PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/third_party/python/Programs/
D_testembed.c221 PySys_AddXOption(L"not_an_option=1"); in test_pre_initialization_sys_options()
222 PySys_AddXOption(dynamic_xoption); in test_pre_initialization_sys_options()
1364 PySys_AddXOption(L"sysadd_xoption"); in test_init_sys_add()
1365 PySys_AddXOption(L"faulthandler"); in test_init_sys_add()
/third_party/python/Misc/NEWS.d/
D3.7.0b3.rst531 PySys_AddWarnOption, and PySys_AddXOption prior to calling Py_Initialize.
D3.9.0a1.rst5590 Options added by ``PySys_AddXOption()`` are now handled the same way than
D3.8.0a1.rst8958 PySys_AddWarnOption, and PySys_AddXOption prior to calling Py_Initialize.
/third_party/python/Doc/data/
Dstable_abi.dat575 function,PySys_AddXOption,3.7,
Drefcounts.dat2130 PySys_AddXOption:void:::
2131 PySys_AddXOption:const wchar_t*:s::
/third_party/python/PC/
Dpython3dll.c532 EXPORT_FUNC(PySys_AddXOption)
/third_party/python/Doc/c-api/
Dsys.rst295 .. c:function:: void PySys_AddXOption(const wchar_t *s)
Dinit.rst37 * :c:func:`PySys_AddXOption`
/third_party/python/Misc/
Dstable_abi.txt1902 function PySys_AddXOption
/third_party/python/Python/
Dsysmodule.c2375 PySys_AddXOption(const wchar_t *s) in PySys_AddXOption() function