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
Kirill Smelkov
ZODB
Commits
9776ecbd
Commit
9776ecbd
authored
Jan 15, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add XXX comment.
parent
6e5bb8e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/ZODB/Connection.py
src/ZODB/Connection.py
+3
-1
No files found.
src/ZODB/Connection.py
View file @
9776ecbd
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Database connection support
$Id: Connection.py,v 1.8
1 2003/01/14 15:20:21 shane
Exp $"""
$Id: Connection.py,v 1.8
2 2003/01/15 21:29:26 jeremy
Exp $"""
from
cPickleCache
import
PickleCache
from
POSException
import
ConflictError
,
ReadConflictError
...
...
@@ -512,6 +512,8 @@ class Connection(ExportImport.ExportImport):
# storage to make sure that we don't miss an invaildation
# notifications between the time we check and the time we
# read.
# XXX Need unit tests for _p_independent.
if
self
.
_invalid
(
oid
):
if
not
hasattr
(
object
.
__class__
,
'_p_independent'
):
get_transaction
().
register
(
self
)
...
...
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