[Pyrex] Is there any problem with having "except *" as the default behavior for cdef funcs?

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Sep 14 02:00:37 CEST 2007


Dan Gindikin wrote:

> Are there any issues with all cdef funcs having an "except *" clause? 
> (other than the performance hit of PyErr_Occurred() for every call)

No, it will work fine, it will just be less
efficient.

--
Greg




More information about the Pyrex mailing list