[Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

Stefan Behnel stefan_ml at behnel.de
Sun Feb 7 14:05:06 EST 2016


Robert Bradshaw schrieb am 06.02.2016 um 09:24:
> ======================================================================
> FAIL: runTest (__main__.EndToEndTest)
> End-to-end asyncio_generators
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "runtests.py", line 1417, in runTest
>     self.assertEqual(0, res, "non-zero exit status")
> AssertionError: 0 != 1 : non-zero exit status
> ----------------------------------------------------------------------
> 
> Not sure about this one (especially why it would be compiler dependent).

It's not compiler dependent. It's an incompatibility between Cython and
CPython's asyncio. Might be related to the fact that asyncio's Future is
both iterable and awaitable. Or something else... I looked into it but
couldn't figure it out yet.

Stefan



More information about the cython-devel mailing list