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 rhettinger
Recipients christian.heimes, erno, loewis, rhettinger, tebeka
Date 2008-07-25.18:00:41
SpamBayes Score 0.10837401
Marked as misclassified No
Message-id <1217008895.67.0.39283880801.issue1592@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on this one.  Alternate patch attached.

The problem with the old one is that it slows down every access to the 
shelf and it prevents assignment to self.dict which has always been 
allowed.

The new patch improves error reporting without changing performance or 
semantics for shelves prior to closing.
History
Date User Action Args
2008-07-25 18:01:35rhettingersetspambayes_score: 0.108374 -> 0.10837401
recipients: + rhettinger, loewis, tebeka, christian.heimes, erno
2008-07-25 18:01:35rhettingersetspambayes_score: 0.108374 -> 0.108374
messageid: <1217008895.67.0.39283880801.issue1592@psf.upfronthosting.co.za>
2008-07-25 18:00:43rhettingerlinkissue1592 messages
2008-07-25 18:00:42rhettingercreate