Re: [Cython] Cython 0.25 released

2016-10-26 Thread Antoine Martin
On 26/10/16 03:34, Robert Bradshaw wrote: > I'm happy to announce the release of Cython 0.25 which has numerous > new features and bug fixes. It is available at > https://pypi.python.org/pypi/Cython > > We have also moved bug tracking from trac.cython.org to github issues. > However, user support

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

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 >

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

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