Skip to content

Commit

Permalink
Update comment. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 12, 2016
1 parent 87748b1 commit c13649d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ZODB/tests/StorageTestBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def handle_all_serials(oid, *args):
The updated multi-commit API returns nothing from store(), and
returns a sequence of resolved oids from tpc_vote.
NOTE: This function is removed entirely in ZODB 5.
"""
d = {}
for arg in args:
Expand All @@ -124,7 +126,9 @@ def handle_all_serials(oid, *args):
elif arg:
for t in arg:
if isinstance(t, bytes):
# This will be the tid returned by tpc_finish.
# New protocol. The caller will use the tid
# returned from tpc_finish if we return a dict
# missing the oid.
pass
else:
oid, serial = t
Expand Down

0 comments on commit c13649d

Please sign in to comment.