Re: [Cython] Changing the default value of exception propagation

2017-01-05 Thread Stefan Behnel
Hi Robert! Robert Bradshaw schrieb am 04.01.2017 um 07:46: > By default a cdef (or cpdef) function returning C type suppresses all > exceptions, which is quite surprising to new (and old) users, and > makes debugging difficult. I would propose that we make exception > propagation the default. > >

Re: [Cython] Changing the default value of exception propagation

2017-01-05 Thread Robert Bradshaw
On Thu, Jan 5, 2017 at 2:31 AM, Stefan Behnel wrote: > Hi Robert! > > Robert Bradshaw schrieb am 04.01.2017 um 07:46: >> By default a cdef (or cpdef) function returning C type suppresses all >> exceptions, which is quite surprising to new (and old) users, and >> makes debugging difficult. I would