Raymond Hettinger <[EMAIL PROTECTED]> added the comment: 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. ---------- keywords: +patch Added file: http://bugs.python.org/file10981/shelve.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1592> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com