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

Stefan Behnel stefan_ml at behnel.de
Fri Feb 12 05:04:49 EST 2016


Stefan Behnel schrieb am 07.02.2016 um 20:05:
> 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.

Found it:

https://github.com/cython/cython/commit/7eed8d8ff9c872bc993a37438beca0f98e3aba38

Stefan



More information about the cython-devel mailing list