Ticket #411 (closed defect: fixed)
bug in cpdef temp allocation
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
This produces segfaulting code:
cdef class A:
cpdef is_True(self):
return True
Change History
Note: See
TracTickets for help on using
tickets.
