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
