Ticket #44 (closed defect: fixed)
bad declarations do not produce warning
| Reported by: | gfurnish | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.8.1 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
The following code does not produce any errors, which it should because of the double declaration of different types.
cdef int i, j, oplen
cdef Py_ssize_t i, j, k
Change History
Note: See
TracTickets for help on using
tickets.
