On Tue, 24 Jan 2017, Robert Bradshaw wrote:
> 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.
Great -- thank you! meanwhile used the same "w
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