Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythonrun.h13 PyAPI_FUNC(void) PyErr_PrintEx(int);
/third_party/python/Python/
Dpythonrun.c877 PyErr_PrintEx(int set_sys_last_vars) in PyErr_PrintEx() function
886 PyErr_PrintEx(1); in PyErr_Print()
Dpylifecycle.c1964 PyErr_PrintEx(0); in new_interpreter()
/third_party/python/Doc/data/
Dstable_abi.dat139 function,PyErr_PrintEx,3.2,
Drefcounts.dat635 PyErr_PrintEx:void:::
636 PyErr_PrintEx:int:set_sys_last_vars::
/third_party/python/PC/
Dpython3dll.c203 EXPORT_FUNC(PyErr_PrintEx)
/third_party/python/Doc/c-api/
Dexceptions.rst53 .. c:function:: void PyErr_PrintEx(int set_sys_last_vars)
70 Alias for ``PyErr_PrintEx(1)``.
/third_party/python/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
/third_party/python/Misc/
Dstable_abi.txt542 function PyErr_PrintEx