2010/11/16 Vitja Makarov <vitja.maka...@gmail.com>:
> Hi!
>
> I'm now trying to implement nested classes and found some errors in code.
>
> genv = env
> while genv.is_py_class_scope or genv.is_c_class_scope:
>    genv = env.outer_scope
>
> Can cause infinty loop. Small patch is attached.
>
> vitja.
>

I've created ticket for #596 for class closures.
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to