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

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to