Metaclasses broke in 2.2?

Guido van Rossum guido at python.org
Tue Aug 14 18:35:01 EDT 2001


Thanks for the feedback, Drew!

> From: Drew Csillag <drew_csillag at geocities.com>

> Now to try and figure out why (I've heard about this stuff) my __getattr__
> function is going into recursive death.

Probably because it *always* gets called rather than only for missing
attributes.  The tutorial gives a brief example.

--Guido van Rossum (home page: http://www.python.org/~guido/)




More information about the Python-list mailing list