Ah, if the enum is unsigned and has the same size as unsigned long, this
could happen. I pushed
https://github.com/cython/cython/commit/d92a718a26c9354fbf35f31a17de5c069865a447
for future release.
On Tue, Jan 24, 2017 at 4:53 PM, Robert Bradshaw wrote:
> Disabling only works on full test suites,
Disabling only works on full test suites, e.g. you'd have to disable all of
cpdef_enums.
What kind of machine turns this into a long?
On Tue, Jan 24, 2017 at 8:56 AM, Yaroslav Halchenko
wrote:
> Dear Cython gurus,
>
> How to skip this test?
>
> It is causing failures on i386:
> https://github.c
Dear Cython gurus,
How to skip this test?
It is causing failures on i386:
https://github.com/cython/cython/issues/1548
and I have tried to skip it, so my test running line now is
set -e; for P in 2.7 3.5; do \
PYTHONPATH=`/bin/ls -d /build/cython-0.25.2/build/lib.*-$P` \
/usr/bin/python$P run