On Wed, Nov 17, 2010 at 2:33 AM, Vitja Makarov <[email protected]> wrote:
> 2010/11/16 Vitja Makarov <[email protected]>:
>> 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.

Very cool.

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to