Closed robertwb closed 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
scoder changed resolution to fixed
status from assigned
to closed
scoder changed milestone from 0.21.1
to 1.0
scoder changed milestone from 1.0
to 0.22
If a
cdef
orcpdef
function is declared in a.pxd
file without "except
" value, but anexcept
value is present in the.pyx
implementation, Cython doesn't complain and silently ignores theexcept
value (leading toException ... ignored
)See also [https://groups.google.com/forum/#!topic/cython-users/fC_MHs4hIo0]
Migrated from http://trac.cython.org/ticket/836