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
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:
>>
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:
>>
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