Re: [Cython] Cython 0.15 release

2011-07-19 Thread Dan Stromberg
Isn't this the first release that supports yield? That's a rather big deal to me. On Tue, Jul 19, 2011 at 5:32 PM, Robert Bradshaw < rober...@math.washington.edu> wrote: > We're long overdue for a release, and this week would be a good one > for me to push one out. Hudson > https://sage.math.was

[Cython] Cython 0.15 release

2011-07-19 Thread Robert Bradshaw
We're long overdue for a release, and this week would be a good one for me to push one out. Hudson https://sage.math.washington.edu:8091/hudson is looking in pretty good shape, and though I know we've got a big pile of stuff currently in progress, we've also got a big backlog of stuff to get out. I

Re: [Cython] How to define C-consts in python module scope

2011-07-19 Thread Robert Bradshaw
On Tue, Jul 19, 2011 at 3:02 PM, Lisandro Dalcin wrote: > On 19 July 2011 02:24, Vitja Makarov wrote: >> 2011/7/18 Robert Bradshaw : >>> Trevor King and I discussed this quite a while back, but every time I >>> got around to looking at his code (I don't think he ever created a >>> formal pull req

Re: [Cython] How to define C-consts in python module scope

2011-07-19 Thread Vitja Makarov
2011/7/20 Lisandro Dalcin : > On 19 July 2011 02:24, Vitja Makarov wrote: >> 2011/7/18 Robert Bradshaw : >>> Trevor King and I discussed this quite a while back, but every time I >>> got around to looking at his code (I don't think he ever created a >>> formal pull request) something came up. The

Re: [Cython] How to define C-consts in python module scope

2011-07-19 Thread Lisandro Dalcin
On 19 July 2011 02:24, Vitja Makarov wrote: > 2011/7/18 Robert Bradshaw : >> Trevor King and I discussed this quite a while back, but every time I >> got around to looking at his code (I don't think he ever created a >> formal pull request) something came up. The idea was that we could >> support

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