mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
64366fa9b3
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.
Miscellaneous source files for the main Python shared library