[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.94
Tim Peters
tim.one at comcast.net
Wed Oct 5 15:04:29 EDT 2005
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv29632
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
tpc_abort(): Release the commit lock no matter what.
=== ZODB3/NEWS.txt 1.33.6.93 => 1.33.6.94 ===
--- ZODB3/NEWS.txt:1.33.6.93 Tue Oct 4 12:21:12 2005
+++ ZODB3/NEWS.txt Wed Oct 5 15:03:58 2005
@@ -5,6 +5,7 @@
Following are dates of internal releases (to support ongoing Zope 2.7
development) since ZODB 3.2's last public release:
+- 3.2.10b2 05-Aug-2005
- 3.2.10b1 04-Aug-2005
- 3.2.10a1 01-Aug-2005
@@ -27,6 +28,14 @@
attempt to catch an exception that didn't actually exist, leading to an
erroneous ``AttributeError`` exception. Thanks to Tres Seaver for the
diagnosis.
+
+BaseStorage
+-----------
+
+- Nothing done by ``tpc_abort()`` should raise an exception. However, if
+ something does (an error case), ``BaseStorage.tpc_abort()`` left the
+ commit lock in the acquired state, causing any later attempt to commit
+ changes hang.
BTrees
------
More information about the Zodb-checkins
mailing list