Re: [Cython] [cython-users] Bug in 0.19 (with example)

2013-05-01 Thread Eric Frederich
Thanks, Glad to see it was caught. ... and glad that there is a workaround for me at the moment with the +0 ~Eric On Wed, May 1, 2013 at 1:57 PM, Stefan Behnel wrote: > Eric Frederich, 01.05.2013 18:59: >> I have discovered a bug in Cython 0.19 >> >> This code works in 0.15.1 but not in 0.19. >

Re: [Cython] [cython-users] Bug in 0.19 (with example)

2013-05-01 Thread Stefan Behnel
Eric Frederich, 01.05.2013 18:59: > I have discovered a bug in Cython 0.19 > > This code works in 0.15.1 but not in 0.19. > I haven't tested it anywhere in between. > > The following 3 files are listed at the end of this email. > blah.h > blah.pxd > test.pyx > > The errors I get are