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.
2 lines
51 B
Markdown
2 lines
51 B
Markdown
Define `_PyErr_ChainExceptions()` FFI for CPython.
|