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

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

Reply via email to