Ticket #217 (closed enhancement: fixed)
Support Py3 exception chaining (PEP 3134)
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Python 3.0 | Keywords: | |
| Cc: |
Description
PEP 3134 defines how exceptions are chained implicitly and explicitly in Py3.
http://www.python.org/dev/peps/pep-3134/
Cython should set the exception context correctly and should also support the raise Exception from other_exception syntax.
Change History
Note: See
TracTickets for help on using
tickets.
