Re: [Cython] Problem with generate_stararg_init_code()

2011-02-09 Thread Stefan Behnel
Robert Bradshaw, 08.02.2011 22:01: > On Tue, Feb 8, 2011 at 2:21 AM, Stefan Behnel wrote: >> Vitja Makarov, 08.02.2011 10:16: >>> Trying to merge latest changes in argument parsing code I found that >>> it still uses direct returns >>> >>> https://github.com/cython/cython/blob/master/Cython/Compile

Re: [Cython] Problem with generate_stararg_init_code()

2011-02-08 Thread Robert Bradshaw
On Tue, Feb 8, 2011 at 2:21 AM, Stefan Behnel wrote: > Vitja Makarov, 08.02.2011 10:16: >> Trying to merge latest changes in argument parsing code I found that >> it still uses direct returns >> >> https://github.com/cython/cython/blob/master/Cython/Compiler/Nodes.py#L2624 >> >> Like this: >>    

Re: [Cython] Problem with generate_stararg_init_code()

2011-02-08 Thread Vitja Makarov
2011/2/8 Stefan Behnel : > Vitja Makarov, 08.02.2011 10:16: >> Trying to merge latest changes in argument parsing code I found that >> it still uses direct returns >> >> https://github.com/cython/cython/blob/master/Cython/Compiler/Nodes.py#L2624 >> >> Like this: >>          if self.starstar_arg: >>

Re: [Cython] Problem with generate_stararg_init_code()

2011-02-08 Thread Stefan Behnel
Vitja Makarov, 08.02.2011 10:16: > Trying to merge latest changes in argument parsing code I found that > it still uses direct returns > > https://github.com/cython/cython/blob/master/Cython/Compiler/Nodes.py#L2624 > > Like this: > if self.starstar_arg: > self.starstar_arg.ent