d5a31706c6
This appears to be the only way to chain exceptions via the FFI. It was introduced prior to CPython 3.7. It has some description of usage in PEP 490. There was a discussion of whether it should be made stable in BPO 44938.
51 B
51 B
Define _PyErr_ChainExceptions()
FFI for CPython.