On May 12, 2009, at 1:52 PM, Dag Sverre Seljebotn wrote: > Please try it out and report any problems: > > http://sage.math.washington.edu/home/dagss/Cython-0.11.2.beta.tar.gz
I upgraded a fresh sage-3.4.2 and it built without any changes or hitches, and is now running tests (which look good so far). http://sage.math.washington.edu/home/robertwb/sage-3.4.2-cython/log.txt > (This is the same trunk as was discussed earlier today, I poked > around a > bit more and didn't find more problems.) > > NOTE that the semantics for int conversion has changed in this > version, > so that converting a negative Python int to an unsigned C type will > raise an OverflowException. As mentioned before, this went in in 0.11.1, so no need to worry if you've already upgraded to that point. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
