Jeff Epler f3169246ba
Implement chained exceptions
This adds the __cause__, __context__ and __suppress_context__
members to exception objects and makes e.g., `raise exc from cause`
set them in the same way as standard Python.
2022-11-13 19:52:50 -06:00
..
2022-09-30 11:18:13 -05:00
2022-11-09 23:15:38 -05:00
2022-11-13 19:52:50 -06:00