This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Ramchandra Apte, amak, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, serhiy.storchaka, terry.reedy, tshepang
Date 2012-07-07.15:12:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341673948.94.0.970601689751.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
My guess would be that they're intended as a micro-optimisation (instance lookups should be faster than class attribute lookups). You do lose on the memory front though, since they make the instances bigger.

Without a micro benchmark of any kind, I'm not inclined to mess with them at this point.
History
Date User Action Args
2012-07-07 15:12:28ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek, serhiy.storchaka
2012-07-07 15:12:28ncoghlansetmessageid: <1341673948.94.0.970601689751.issue14814@psf.upfronthosting.co.za>
2012-07-07 15:12:28ncoghlanlinkissue14814 messages
2012-07-07 15:12:28ncoghlancreate