Files
cpython/Python
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
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library