mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
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.