Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Arfrever Frehtes Taifersar Arahesis
There are 6 test failures. Failures in builtin_abs.__test__.int_abs might be related to new versions of GCC or glibc. I use GCC 4.7.2 and glibc 2.16.0. Failures in NumPy-related tests are probably related to new version of NumPy. I use NumPy 1.7.0rc1. Failures are identical with CPython 2.6, 2.7,

Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Christoph Gohlke
On 1/20/2013 4:59 AM, Arfrever Frehtes Taifersar Arahesis wrote: There are 6 test failures. Failures in builtin_abs.__test__.int_abs might be related to new versions of GCC or glibc. I use GCC 4.7.2 and glibc 2.16.0. Failures in NumPy-related tests are probably related to new version of NumPy. I

Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Stefan Behnel
Hi, thanks for testing! Arfrever Frehtes Taifersar Arahesis, 20.01.2013 13:59: > There are 6 test failures. > Failures in builtin_abs.__test__.int_abs might be related to new versions of > GCC or glibc. I use GCC 4.7.2 and glibc 2.16.0. > Failures in NumPy-related tests are probably related to n

Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Arfrever Frehtes Taifersar Arahesis
2013-01-20 16:48:35 Stefan Behnel napisał(a): > Hi, > > thanks for testing! > > Arfrever Frehtes Taifersar Arahesis, 20.01.2013 13:59: > > There are 6 test failures. > > Failures in builtin_abs.__test__.int_abs might be related to new versions > > of GCC or glibc. I use GCC 4.7.2 and glibc 2.16.

[Cython] Compiler crash in AnalyseDeclarationsTransform with binding=True

2013-01-20 Thread Matěj Laitl
Heya Cython folks, I face a compiler crash (full log at the bottom of the mail) with Cython 0.17.1-392-g81d3d10 (today's git). This only happens if Cython directive binding is left to True, if set to False, the project builds and runs fine. Steps to reproduce: # git clone git://github.com/strohe

Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Stefan Behnel
Arfrever Frehtes Taifersar Arahesis, 20.01.2013 18:07: > 2013-01-20 16:48:35 Stefan Behnel napisał(a): >> Arfrever Frehtes Taifersar Arahesis, 20.01.2013 13:59: >>> There are 6 test failures. >>> Failures in builtin_abs.__test__.int_abs might be related to new versions >>> of GCC or glibc. I use G

Re: [Cython] Compiler crash in AnalyseDeclarationsTransform with binding=True

2013-01-20 Thread Stefan Behnel
Hi, thanks for the report. Matěj Laitl, 21.01.2013 00:16: > Heya Cython folks, > I face a compiler crash (full log at the bottom of the mail) with Cython > 0.17.1-392-g81d3d10 (today's git). This only happens if Cython directive > binding is left to True, if set to False, the project builds and