[issue6932] Open shelves fail when Python exits

2009-09-17 Thread Georg Brandl
Georg Brandl added the comment: Fixed docs (a bit differently) in r74876. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue6932] Open shelves fail when Python exits

2009-09-17 Thread Robert Lehmann
Changes by Robert Lehmann : -- keywords: +patch Added file: http://bugs.python.org/file14913/shelve-warning.patch ___ Python tracker ___ __

[issue6932] Open shelves fail when Python exits

2009-09-17 Thread Robert Lehmann
New submission from Robert Lehmann : I'm reopening issue5483 by Zhigang Wang (zhigang) as a separate bug. Shelves that are still open when Python terminates will try to sync. If writeback=True, this pickles cached items. In this example, serialization of Test() re-imports __main__, which is alr