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 <jdeme...@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@python.org > https://mail.python.org/mailman/listinfo/cython-devel _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel