2010/12/3 Stefan Behnel <stefan...@behnel.de>:
> Vitja Makarov, 03.12.2010 08:56:
>> What's about #605?
>
> Comment posted there.
>
> Stefan
> _______________________________________________
> Cython-dev mailing list
> Cython-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
>

I've updated patch.

I removed pretty_name, bad idea should use name instead in pydeclare_lambda.
`is_lambda` is now called `is_anonymous`, that means that entry itself
doesn't know how it will be named inside scope, so its anonymous (both
lambda and pyfunctions)

-- 
vitja.
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to