26 Jul
2005
26 Jul
'05
9:40 a.m.
Hello, I'm currently hacking the ZODB, and I've found that the close() method in DB.py which call close() on FileStorage is never called. Is this a bug ?
26 Jul
26 Jul
5:24 p.m.
New subject: [BUG] Zope does not close its database on shutdown (was: [Zope-dev] close() in ZODB)
aurelcalonne@free.fr wrote at 2005-7-26 11:40 +0200:
I'm currently hacking the ZODB, and I've found that the close() method in DB.py which call close() on FileStorage is never called. Is this a bug ?
Yes, looks like a bug.... As a consequence, the index file of "ZODB.FileStorage.FileStorage"'s is not rebuilt. Please file a bug report. The attached patch solves the problem. -- Dieter
7582
Age (days ago)
7582
Last active (days ago)
1 comments
2 participants
participants (2)
-
aurelcalonne@free.fr -
Dieter Maurer