Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
The functionsys._current_exceptions() returns a mapping of thread-id to anexc_info tuple representing that thread's handled exception. As part of the larger effort of moving away from exc_info to simple exception instances, we should change this mapping to have just the exception instance as value.
While this is a breaking change, I think we can do this without a deprecation period because this function is named with a leading_, and it is documented as "for internal and specialized purposes only".
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done