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 ntoronto
Recipients arigo, bioinformed, nnorwitz, ntoronto, peaker, rhettinger
Date 2007-12-07.03:57:24
SpamBayes Score 0.096311785
Marked as misclassified No
Message-id <1196999845.2.0.0990485564523.issue1700288@psf.upfronthosting.co.za>
In-reply-to
Content
Attribute access that happens only once or very infrequently probably
shouldn't go through the cache machinery - it'll only slow things down.
(Updating slots for example.) Maybe _PyType_Lookup should remain the
same, with _PyType_CachingLookup added for attribute access via
type/instance getattr.
History
Date User Action Args
2007-12-07 03:57:25ntorontosetspambayes_score: 0.0963118 -> 0.096311785
recipients: + ntoronto, nnorwitz, arigo, rhettinger, peaker, bioinformed
2007-12-07 03:57:25ntorontosetspambayes_score: 0.0963118 -> 0.0963118
messageid: <1196999845.2.0.0990485564523.issue1700288@psf.upfronthosting.co.za>
2007-12-07 03:57:25ntorontolinkissue1700288 messages
2007-12-07 03:57:24ntorontocreate