On 18 August 2010 12:53, Carl Witty <[email protected]> wrote: > > Although I'm actually in favor of just leaving the post-#561 status, > where __getattr__ remains unavailable to Python, using the "cdef > classes are different" rationale. >
What about cheating and generating special code in Cython's __getattribute__ to special case the "__getattr__" attribute and return something useful? -- Lisandro Dalcin --------------- CIMEC (INTEC/CONICET-UNL) Predio CONICET-Santa Fe Colectora RN 168 Km 472, Paraje El Pozo Tel: +54-342-4511594 (ext 1011) Tel/Fax: +54-342-4511169 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
