Home
last modified time | relevance | path

Searched refs:PySys_ResetWarnOptions (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Dsysmodule.h20 Py_DEPRECATED(3.13) PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-3.15.rst13 * :c:func:`PySys_ResetWarnOptions`:
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst530 Embedding applications may once again call PySys_ResetWarnOptions,
D3.13.0a1.rst6595 * :c:func:`PySys_ResetWarnOptions`
D3.8.0a1.rst8957 Embedding applications may once again call PySys_ResetWarnOptions,
/external/python/cpython3/PC/
Dpython3dll.c585 EXPORT_FUNC(PySys_ResetWarnOptions)
/external/python/cpython3/Doc/data/
Dstable_abi.dat622 func,PySys_ResetWarnOptions,3.2,,
Drefcounts.dat2217 PySys_ResetWarnOptions:void:::
Dpython3.13.abi723 …<elf-symbol name='PySys_ResetWarnOptions' type='func-type' binding='global-binding' visibility='de…
3848PySys_ResetWarnOptions' mangled-name='PySys_ResetWarnOptions' filepath='./Python/sysmodule.c' line…
/external/python/cpython3/Programs/
D_testembed.c370 PySys_ResetWarnOptions(); in test_pre_initialization_sys_options()
/external/python/cpython3/Doc/c-api/
Dsys.rst240 .. c:function:: void PySys_ResetWarnOptions()
Dinit.rst44 * :c:func:`PySys_ResetWarnOptions`
/external/python/cpython3/Python/
Dsysmodule.c2827 PySys_ResetWarnOptions(void) in PySys_ResetWarnOptions() function
/external/python/cpython3/Misc/
Dstable_abi.toml1335 [function.PySys_ResetWarnOptions]
/external/python/cpython3/Doc/whatsnew/
D3.13.rst2418 * :c:func:`PySys_ResetWarnOptions`: