"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > In particular, old-style classes are noticeably faster than > new-style classes for some things (I think it was attribute lookup > that surprised me recently, possibly related to the property > stuff...)
Can you post an example that we can benchmark? I ask because the opposite is usually claimed, that (as of Python 2.4 or 2.5) new-style classes are measurably faster. -- http://mail.python.org/mailman/listinfo/python-list