[issue1568] PATCH: Armin's attribute lookup caching for 3.0

Neil Toronto report at bugs.python.org
Fri Dec 7 23:17:22 CET 2007


Neil Toronto added the comment:

This patch adds the ability to invalidate all of a subclasses' cache
entries upon setattr rather than updating just one cache entry. It's not
clear which of these is the Right Thing To Do, so I've made it an #ifdef
for now. It defaults to updating.

Added file: http://bugs.python.org/file8891/python30-attrcache-1.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1568>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python30-attrcache-1.diff
Type: text/x-patch
Size: 22821 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071207/10f26ccd/attachment-0001.bin 


More information about the Python-bugs-list mailing list