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
0763ad8a
Commit
0763ad8a
authored
Dec 27, 2003
by
Sidnei da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing import
parent
5ffbbd7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/ZODB/Connection.py
src/ZODB/Connection.py
+3
-2
No files found.
src/ZODB/Connection.py
View file @
0763ad8a
...
@@ -13,13 +13,14 @@
...
@@ -13,13 +13,14 @@
##############################################################################
##############################################################################
"""Database connection support
"""Database connection support
$Id: Connection.py,v 1.10
5 2003/12/24 16:02:00 jeremy
Exp $"""
$Id: Connection.py,v 1.10
6 2003/12/27 13:54:04 sidnei
Exp $"""
import
logging
import
logging
import
sys
import
sys
import
threading
import
threading
from
time
import
time
from
time
import
time
from
types
import
ClassType
from
types
import
ClassType
from
utils
import
U64
_marker
=
object
()
_marker
=
object
()
...
@@ -45,7 +46,7 @@ global_reset_counter = 0
...
@@ -45,7 +46,7 @@ global_reset_counter = 0
def
resetCaches
():
def
resetCaches
():
"""Causes all connection caches to be reset as connections are reopened.
"""Causes all connection caches to be reset as connections are reopened.
Zope's refresh feature uses this. When you reload Python modules,
Zope's refresh feature uses this. When you reload Python modules,
instances of classes continue to use the old class definitions.
instances of classes continue to use the old class definitions.
To use the new code immediately, the refresh feature asks ZODB to
To use the new code immediately, the refresh feature asks ZODB to
...
...
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