Re: [Cython] BUG: Cython's dies with AttributeError

2011-07-19 Thread Lars Buitinck
2011/7/19 Robert Bradshaw : > On Thu, Jul 7, 2011 at 2:25 PM, Lars Buitinck wrote: >> foo.pyx:1:9: Compiler crash in PostParse > > I'm unable to reproduce this error, perhaps there's something missing > in the example here? I just pulled from your repo and I'm not getting the error message anymor

Re: [Cython] BUG: Cython's dies with AttributeError

2011-07-19 Thread Robert Bradshaw
On Thu, Jul 7, 2011 at 2:25 PM, Lars Buitinck wrote: > Dear developers, > > I just got an error message from Cython (current Git). The error can > be reproduced by putting > > cdef foo(): pass > > in a file called foo.pyx, and compiling that. (I know there's an error > in the file as well.) Would

[Cython] BUG: Cython's dies with AttributeError

2011-07-07 Thread Lars Buitinck
Dear developers, I just got an error message from Cython (current Git). The error can be reproduced by putting cdef foo(): pass in a file called foo.pyx, and compiling that. (I know there's an error in the file as well.) Would you kindly look into this bug? The error message was: foo.pyx:1:9: