cpython/Python/clinic
Julien Danjou 64366fa9b3
bpo-41435: Add sys._current_exceptions() function (GH-21689)
This adds a new function named sys._current_exceptions() which is equivalent ot
sys._current_frames() except that it returns the exceptions currently handled
by other threads. It is equivalent to calling sys.exc_info() for each running
thread.
2020-11-02 16:16:25 +02:00
..
_warnings.c.h
bltinmodule.c.h
context.c.h
import.c.h
marshal.c.h
sysmodule.c.h bpo-41435: Add sys._current_exceptions() function (GH-21689) 2020-11-02 16:16:25 +02:00
traceback.c.h