[Cython] C int division by zero

Stefan Behnel stefan_ml at behnel.de
Wed Apr 15 10:53:52 CEST 2009


Robert Bradshaw wrote:
> On Apr 14, 2009, at 11:53 PM, Robert Bradshaw wrote:
>
>> In any case, I'm going to push a patch to get the behavior right the
>> "easy way" for now.
>
> OK, http://hg.cython.org/cython-devel/rev/bbf007cb50f5

Just a quick reminder that the GIL checks work different in
cython-unstable, where we have a dedicated tree visitor to do this. So
this is ok for cython-devel, but should be moved to the appropriate method
in cython-unstable.

Stefan



More information about the Cython-dev mailing list