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. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
