Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython3/Include/
Dsysmodule.h29 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsysmodule.h29 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsysmodule.h29 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsysmodule.h29 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsysmodule.h29 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/aosp_15_r20/external/python/cpython3/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.11.0a1.rst5041 * :c:func:`PySys_AddXOption`
D3.8.0a1.rst8958 PySys_AddWarnOption, and PySys_AddXOption prior to calling Py_Initialize.
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c543 EXPORT_FUNC(PySys_AddXOption)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat593 function,PySys_AddXOption,3.7,,
Drefcounts.dat2130 PySys_AddXOption:void:::
2131 PySys_AddXOption:const wchar_t*:s::
Dpython3.11.abi649 …<elf-symbol name='PySys_AddXOption' type='func-type' binding='global-binding' visibility='default-…
15611PySys_AddXOption' mangled-name='PySys_AddXOption' filepath='./Python/sysmodule.c' line='2347' colu…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsys.rst314 .. c:function:: void PySys_AddXOption(const wchar_t *s)
Dinit.rst37 * :c:func:`PySys_AddXOption`
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c2387 PySys_AddXOption(const wchar_t *s) in PySys_AddXOption() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1986 [function.PySys_AddXOption]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2569 * :c:func:`PySys_AddXOption`