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