Ticket #44 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

This has been fixed.

Changed 5 years ago by robertwb

  • milestone set to 0.9.8.1
Note: See TracTickets for help on using tickets.