Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joshua
zodb
Commits
2b2c6d6f
Commit
2b2c6d6f
authored
Dec 02, 2002
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't backslash the quote.
parent
dbc8cae1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZODB/Transaction.py
src/ZODB/Transaction.py
+2
-2
No files found.
src/ZODB/Transaction.py
View file @
2b2c6d6f
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Transaction management
"""Transaction management
$Id: Transaction.py,v 1.4
2 2002/12/02 22:21:16
jeremy Exp $
$Id: Transaction.py,v 1.4
3 2002/12/02 22:21:53
jeremy Exp $
"""
"""
import
time
,
sys
,
struct
,
POSException
import
time
,
sys
,
struct
,
POSException
...
@@ -97,7 +97,7 @@ class Transaction:
...
@@ -97,7 +97,7 @@ class Transaction:
def
abort
(
self
,
subtransaction
=
0
,
freeme
=
1
):
def
abort
(
self
,
subtransaction
=
0
,
freeme
=
1
):
"""Abort the transaction.
"""Abort the transaction.
This is called from the application. This means that we haven
\
'
t
This is called from the application. This means that we haven't
entered two-phase commit yet, so no tpc_ messages are sent.
entered two-phase commit yet, so no tpc_ messages are sent.
"""
"""
if
subtransaction
and
(
self
.
_non_st_objects
is
not
None
):
if
subtransaction
and
(
self
.
_non_st_objects
is
not
None
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment