[Zope-Checkins] CVS: Packages/ZODB - BaseStorage.py:1.34.4.5
Tim Peters
tim.one at comcast.net
Wed Oct 5 15:03:59 EDT 2005
Update of /cvs-repository/Packages/ZODB
In directory cvs.zope.org:/tmp/cvs-serv29632/ZODB
Modified Files:
Tag: Zope-2_7-branch
BaseStorage.py
Log Message:
tpc_abort(): Release the commit lock no matter what.
=== Packages/ZODB/BaseStorage.py 1.34.4.4 => 1.34.4.5 ===
--- Packages/ZODB/BaseStorage.py:1.34.4.4 Fri Apr 22 15:36:07 2005
+++ Packages/ZODB/BaseStorage.py Wed Oct 5 15:03:59 2005
@@ -144,8 +144,8 @@
self._abort()
self._clear_temp()
self._transaction = None
- self._commit_lock_release()
finally:
+ self._commit_lock_release()
self._lock_release()
def _abort(self):
More information about the Zope-Checkins
mailing list