Home
last modified time | relevance | path

Searched refs:PyErr_PrintEx (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Include/
Dpythonrun.h13 PyAPI_FUNC(void) PyErr_PrintEx(int);
/external/python/cpython3/Python/
Dpythonrun.c732 PyErr_PrintEx(int set_sys_last_vars) in PyErr_PrintEx() function
741 PyErr_PrintEx(1); in PyErr_Print()
Dcrossinterp.c1811 PyErr_PrintEx(0); in _PyXI_InitTypes()
Dimport.c1569 PyErr_PrintEx(0); in switch_back_from_main_interpreter()
/external/python/cpython3/PC/
Dpython3dll.c215 EXPORT_FUNC(PyErr_PrintEx)
/external/python/cpython3/Doc/data/
Dstable_abi.dat154 func,PyErr_PrintEx,3.2,,
Drefcounts.dat655 PyErr_PrintEx:void:::
656 PyErr_PrintEx:int:set_sys_last_vars::
Dpython3.13.abi185 …<elf-symbol name='PyErr_PrintEx' type='func-type' binding='global-binding' visibility='default-vis…
25515PyErr_PrintEx' mangled-name='PyErr_PrintEx' filepath='./Include/pythonrun.h' line='13' column='1' …
/external/python/cpython3/Doc/c-api/
Dexceptions.rst53 .. c:function:: void PyErr_PrintEx(int set_sys_last_vars)
75 Alias for ``PyErr_PrintEx(1)``.
/external/python/cpython3/Modules/
D_testinternalcapi.c1603 PyErr_PrintEx(0); in exec_interpreter()
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst254 ``PyErr_PrintEx()`` clears now the ignored exception that may be raised by
D3.7.0a3.rst243 ``PyErr_PrintEx()`` clears now the ignored exception that may be raised by
/external/python/cpython3/Misc/
Dstable_abi.toml639 [function.PyErr_PrintEx]