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,
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
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
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.
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
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
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