Re: [Numpy-discussion] rational custom dtype example

2016-04-04 Thread Charles R Harris
On Sat, Apr 2, 2016 at 1:59 PM, Steve Mitchell wrote: > I have noticed a few issues with the “rational” custom C dtype example. > > > > 1.It doesn’t build on Windows. I managed to tweak it to build. > Mainly, the MSVC9 compiler is C89. > > 2. A few tests

[Numpy-discussion] rational custom dtype example

2016-04-02 Thread Steve Mitchell
I have noticed a few issues with the "rational" custom C dtype example. 1.It doesn't build on Windows. I managed to tweak it to build. Mainly, the MSVC9 compiler is C89. 2. A few tests don't pass on Windows, due to integer sizes. 3. The copyswap and copyswapn routines