Re: [Cython] Cython 0.26 beta

2017-07-12 Thread Jeroen Demeyer
On 2017-07-12 17:13, Robert Bradshaw wrote: Could also be https://github.com/cython/cython/pull/1728 , though of course correctness trumps speed. That would be unlikely since we currently do *NOT* use binding=True in SageMath, so that patch should not affect anything.

Re: [Cython] Cython 0.26 beta

2017-07-12 Thread Robert Bradshaw
On Wed, Jul 12, 2017 at 4:58 AM, Jeroen Demeyer wrote: > On 2017-07-10 23:51, Robert Bradshaw wrote: >> >> https://github.com/cython/cython/archive/0.26b2.zip > > > Everything fine in SageMath! Thanks! > I did notice a speed regression and I suspect that > https://github.com/cython/cython/pull/1

Re: [Cython] Cython 0.26 beta

2017-07-12 Thread Jeroen Demeyer
On 2017-07-10 23:51, Robert Bradshaw wrote: https://github.com/cython/cython/archive/0.26b2.zip Everything fine in SageMath! I did notice a speed regression and I suspect that https://github.com/cython/cython/pull/1719 might be the reason. ___ cython