Re: [Cython] 0.16 release

2012-03-30 Thread Vitja Makarov
2012/3/30 Robert Bradshaw : > On Fri, Mar 30, 2012 at 10:24 AM, mark florisson > wrote: > >> The release build looks good now, I'm thinking of pushing a second and >> final beta out there tomorrow. If anyone wants to get something in, >> now is the time to raise voice. > > Excellent. I personally

Re: [Cython] 0.16 release

2012-03-30 Thread Robert Bradshaw
On Fri, Mar 30, 2012 at 10:24 AM, mark florisson wrote: > The release build looks good now, I'm thinking of pushing a second and > final beta out there tomorrow. If anyone wants to get something in, > now is the time to raise voice. Excellent. I personally don't know of anything that can't wait

Re: [Cython] 0.16 release

2012-03-30 Thread mark florisson
On 27 March 2012 12:58, Stefan Behnel wrote: > mark florisson, 27.03.2012 13:20: >> I tested the release in my own branch and jenkins was blue, but >> the release build seems to disagree. > > The release (and master) branch is tested against the "-ext" builds of > CPython, which have some external

Re: [Cython] weird code in argument unpacking (memoryview related?)

2012-03-30 Thread Stefan Behnel
mark florisson, 30.03.2012 14:25: > On 30 March 2012 12:19, Stefan Behnel wrote: >> this code in Nodes.py around line 3950, at the end of the DefNodeWrapper's >> method generate_keyword_unpacking_code(), was added as part of the memory >> view changes, back in July last year: >> >> """ >>#

Re: [Cython] weird code in argument unpacking (memoryview related?)

2012-03-30 Thread mark florisson
On 30 March 2012 12:19, Stefan Behnel wrote: > Hi, > > this code in Nodes.py around line 3950, at the end of the DefNodeWrapper's > method generate_keyword_unpacking_code(), was added as part of the memory > view changes, back in July last year: > > """ >        # convert arg values to their final

[Cython] weird code in argument unpacking (memoryview related?)

2012-03-30 Thread Stefan Behnel
Hi, this code in Nodes.py around line 3950, at the end of the DefNodeWrapper's method generate_keyword_unpacking_code(), was added as part of the memory view changes, back in July last year: """ # convert arg values to their final type and assign them for i, arg in enumerate(all_a