Re: [Cython] Cython 0.23 released

2015-08-18 Thread Antoine Martin
On 19/08/15 01:03, Stefan Behnel wrote: > Antoine Martin schrieb am 17.08.2015 um 14:14: >> On 17/08/15 14:14, Stefan Behnel wrote: >>> Stefan Behnel schrieb am 17.08.2015 um 08:17: Antoine Martin schrieb am 17.08.2015 um 06:09: > On 09/08/15 13:54, Antoine Martin wrote: >> I've just h

Re: [Cython] Cython 0.23 released

2015-08-18 Thread Stefan Behnel
Antoine Martin schrieb am 17.08.2015 um 14:14: > On 17/08/15 14:14, Stefan Behnel wrote: >> Stefan Behnel schrieb am 17.08.2015 um 08:17: >>> Antoine Martin schrieb am 17.08.2015 um 06:09: On 09/08/15 13:54, Antoine Martin wrote: > I've just hit a regression with 0.23: a recursion loop gen

Re: [Cython] Cython 0.23 released

2015-08-17 Thread Antoine Martin
On 17/08/15 14:14, Stefan Behnel wrote: > Stefan Behnel schrieb am 17.08.2015 um 08:17: >> Antoine Martin schrieb am 17.08.2015 um 06:09: >>> On 09/08/15 13:54, Antoine Martin wrote: I've just hit a regression with 0.23: a recursion loop generating code for this particular pyx: http:

Re: [Cython] Cython 0.23 released

2015-08-17 Thread Stefan Behnel
Stefan Behnel schrieb am 17.08.2015 um 08:17: > Antoine Martin schrieb am 17.08.2015 um 06:09: >> On 09/08/15 13:54, Antoine Martin wrote: >>> I've just hit a regression with 0.23: a recursion loop generating code >>> for this particular pyx: >>> http://xpra.org/trac/browser/xpra/trunk/src/xpra/cod

Re: [Cython] Cython 0.23 released

2015-08-16 Thread Stefan Behnel
Antoine Martin schrieb am 17.08.2015 um 06:09: > On 09/08/15 13:54, Antoine Martin wrote: >> I've just hit a regression with 0.23: a recursion loop generating code >> for this particular pyx: >> http://xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/nvenc4/encoder.pyx > > I have narrowed it down

Re: [Cython] Cython 0.23 released

2015-08-16 Thread Antoine Martin
On 09/08/15 13:54, Antoine Martin wrote: > Hi, > > I've just hit a regression with 0.23: a recursion loop generating code > for this particular pyx: > http://xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/nvenc4/encoder.pyx > > I don't think we have such loops in our setup.py data structures or i

Re: [Cython] Cython 0.23 released

2015-08-09 Thread Antoine Martin
Hi, I've just hit a regression with 0.23: a recursion loop generating code for this particular pyx: http://xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/nvenc4/encoder.pyx I don't think we have such loops in our setup.py data structures or in that pyx, but that's possible. (I will try to check

[Cython] Cython 0.23 released

2015-08-08 Thread Stefan Behnel
Hi everyone, given the positive feedback on the previous beta releases, I'm happy to announce the final release of Cython 0.23. There were only minor changes and fixes since the second beta. https://pypi.python.org/pypi/Cython/0.23 This is a major feature release. Highlights include, in addition