I noticed you just changed the version signature too:

Version < 0.12

Does that mean we can't turn that off in >= 0.12, or must we just
explicitly declare it?

On Mon, Nov 9, 2009 at 7:54 PM, Robert Bradshaw
<[email protected]> wrote:
> On Nov 9, 2009, at 10:45 AM, Chris Colbert wrote:
>
>> is there an error in that table:
>>
>> '''
>>
>> cdivision   True/False  Version >= 0.12
>>
>> If set to True, Cython will adjust the remainder and quotient
>> operators C types to match those of Python ints (which differ when the
>> operands have opposite signs) and raise a ZeroDivisionError when the
>> right operand is 0. This has about a 35% speed penalty. See CEP 516
>>
>> '''
>>
>> Shouldn't that be, "If set to False,...." ?
>
> Oh, oops... Fixed.
>
> - Robert
>
>
> _______________________________________________
> Cython-dev mailing list
> [email protected]
> http://codespeak.net/mailman/listinfo/cython-dev
>
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to