Ticket #219 (closed defect: fixed)
old exceptions leak into newly raised ones under Python 3
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
PEP 3134 defines how exceptions are handled and chained under Py3. However, the current code generated by Cython lets caught exceptions leak into newly raised ones without setting up a proper exception context.
Change History
Note: See
TracTickets for help on using
tickets.
