Commit 83448a10 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Re-add the XXX from r1610.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1653 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 9d940973
......@@ -204,6 +204,7 @@ class TransactionManager(object):
return
# unlock any object
for oid in transaction.getOIDList():
# XXX: we release locks without checking if tid owns them
try:
del self._load_lock_dict[oid]
except KeyError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment