SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
J
Julien Danjou committed
64366fa9b3ba71b8a503a8719eff433f4ea49eb9
Parent: 3d86d09
Committed by GitHub <[email protected]> on 11/2/2020, 2:16:25 PM