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

Dan Gindikin dg at pnylab.com
Wed Sep 12 14:37:53 CEST 2007


Hi,

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

-- 
Dan



More information about the Pyrex mailing list