Re: [Cython] ct_DEF.__test__.large_nums doctest failing in 32bit

2015-09-23 Thread Yaroslav Halchenko
On Wed, 23 Sep 2015, Yaroslav Halchenko wrote: > On Tue, 22 Sep 2015, Stefan Behnel wrote: > > > Expected: > > > -4294967295 > > > Got: > > > 1 > > I cannot reproduce this locally (even tried a 32bit docker container), so I > > blindly changed a couple of minor things in that branch. Co

Re: [Cython] ct_DEF.__test__.large_nums doctest failing in 32bit

2015-09-23 Thread Yaroslav Halchenko
On Tue, 22 Sep 2015, Stefan Behnel wrote: > > Expected: > > -4294967295 > > Got: > > 1 > I cannot reproduce this locally (even tried a 32bit docker container), so I > blindly changed a couple of minor things in that branch. Could you give it > another try? > If that didn't help, here is