[Cython] Cython alpha 0.24

Robert Bradshaw robertwb at gmail.com
Fri Mar 11 05:24:11 EST 2016


https://github.com/cython/cython/commit/970c2fc0e676ca22016e14147ada0edba937dc6b
(Just noticed the build failed on travis too...)

On Fri, Mar 11, 2016 at 2:09 AM, Jeroen Demeyer <jdemeyer at cage.ugent.be> wrote:
> 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
>
>
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel


More information about the cython-devel mailing list