Ticket #221 (closed defect: fixed)
Memory leaks when exiting try blocks
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Memory Leak | Keywords: | |
| Cc: |
Description
Cython catches and stores exception state when in try and except blocks. This was not released when exiting via break or continue.
Change History
Note: See
TracTickets for help on using
tickets.
