Ticket #677 (closed defect: fixed)
Confusing warning for cdef class fields
| Reported by: | dagss | Owned by: | dagss |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | Parsing | Keywords: | |
| Cc: |
Description
This gives a warning that x is used before it is declared:
x = 3
cdef class Foo:
cdef int x
Change History
Note: See
TracTickets for help on using
tickets.
