robertwb / issues-import-test

0 stars 0 forks source link

Cython should complain if "except" error value is missing in prototype #989

Closed robertwb closed 10 years ago

robertwb commented 10 years ago

If a cdef or cpdef function is declared in a .pxd file without "except" value, but an except value is present in the .pyx implementation, Cython doesn't complain and silently ignores the except value (leading to Exception ... ignored)

See also [https://groups.google.com/forum/#!topic/cython-users/fC_MHs4hIo0]

Migrated from http://trac.cython.org/ticket/836

robertwb commented 10 years ago

scoder changed milestone from 1.0 to 0.21.1 owner to scoder priority from major to minor status from new to assigned

robertwb commented 10 years ago

scoder changed resolution to fixed status from assigned to closed

robertwb commented 10 years ago

scoder changed milestone from 0.21.1 to 1.0

robertwb commented 10 years ago

scoder changed milestone from 1.0 to 0.22