On Feb 7, 2016 9:02 AM, "Dimitri John Ledkov" <x...@ubuntu.com> wrote:
>
> On 6 February 2016 at 17:46, Neal Becker <ndbeck...@gmail.com> wrote:
> >
> > I disabled tests for python3 again - the async test also failed before.
> > Maybe something to do with the testing environment.
> >
>
> async tests are failing with async module from python 3.5.1+
>
> In ubuntu, i've disabled just those. Reported both to cython and async
> upstream. Looks like not fixed yet.

For openSUSE I am still holding out for a proper fix (although I am not
sure how much longer we can put things off).  I consider the failure to be
a serious one.

The tests are failing because the new await command doesn't return anything
in cython with python 3.5.1+, although it works fine in ordinary python
cython under python 3.5.0.  This can lead to subtle failures in code,
depending on what sort of return values the code is prepared for.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to