[Cython] Cython alpha 0.24

Jeroen Demeyer jdemeyer at cage.ugent.be
Fri Mar 11 05:09:16 EST 2016


I get one testsuite failure:

$ python runtests.py -v -v fused_cpp
Python 2.7.10 (default, Mar 11 2016, 09:57:44)
[GCC 4.8.4]

Running tests against Cython 0.24a0
Backends: c,cpp

runTest (__main__.CythonRunTestCase)
compiling (cpp) and running fused_cpp ...
=== Expected errors: ===


=== Got errors: ===
14:16: Compiler crash in AnalyseDeclarationsTransform

ERROR

======================================================================
ERROR: runTest (__main__.CythonRunTestCase)
compiling (cpp) and running fused_cpp
----------------------------------------------------------------------
Traceback (most recent call last):
   File "runtests.py", line 993, in run
     ext_so_path = self.runCompileTest()
   File "runtests.py", line 705, in runCompileTest
     self.test_directory, self.expect_errors, self.annotate)
   File "runtests.py", line 928, in compile
     self.assertEquals(None, unexpected_error)
AssertionError: None != u'14:16: Compiler crash in 
AnalyseDeclarationsTransform'

----------------------------------------------------------------------
Ran 1 test in 0.350s

FAILED (errors=1)
ALL DONE



More information about the cython-devel mailing list