Ticket #631 (closed defect: fixed)
Segfault due to bad DECREF
| Reported by: | jpe | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.14.1 |
| Component: | Code Generation | Keywords: | |
| Cc: | jpe |
Description
I'm seeing segfaults and believe it's due to a DECREF of a temporary that is NULL at the end of a function. I'm attaching a test case where I've stripped out most of the code (so the code itself is nonsensical). cython 0.14 generates a Pyx_DECREF(pyx_t_4); pyx_t_4 = 0; after the code it generates for the final return False in Update().
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

