Kristján Valur Jónsson wrote:

Using new style classes to provide attribute-like access using __getattr__ is considerably slower than old style classes

Do you really need __getattr__, or could you use
properties instead?

--
Greg
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to