Ticket #373 (closed defect: fixed)
bug in typed computed default arguments
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.12 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
cdef class Foo:
def __cinit__(self, int arg=2*2):
print arg
the constant for arg is never initialized
Change History
Note: See
TracTickets for help on using
tickets.
