Author ntoronto
Recipients christian.heimes, ntoronto
Date 2007-12-07.22:17:21
SpamBayes Score 0.359282
Marked as misclassified No
Message-id <1197065842.65.0.724266826827.issue1568@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
python30-attrcache-1.diff ntoronto, 2007-12-07.22:17:22
History
Date User Action Args
2007-12-07 22:17:22ntorontosetspambayes_score: 0.359282 -> 0.359282
recipients: + ntoronto, christian.heimes
2007-12-07 22:17:22ntorontosetspambayes_score: 0.359282 -> 0.359282
messageid: <1197065842.65.0.724266826827.issue1568@psf.upfronthosting.co.za>
2007-12-07 22:17:22ntorontolinkissue1568 messages
2007-12-07 22:17:22ntorontocreate