Stefan Behnel, 08.11.2010 16:05: > The problem is not the property behaviour, it's the mapping from a Python > function/method to a C function, which must have a unique name. Currently, > functions are unique within one namespace, be it the module namespace or a > class body namespace. They are actually looked up statically, not > dynamically in definition order, so the fix is not as easy as adding a > counted ID to the C-level name.
Here's the related bug report, BTW: http://trac.cython.org/cython_trac/ticket/489 Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
