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
4276b771
Commit
4276b771
authored
Feb 05, 2010
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oh, multiprocessing...
parent
b9dafc01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/ZEO/tests/testZEO.py
src/ZEO/tests/testZEO.py
+2
-1
No files found.
src/ZEO/tests/testZEO.py
View file @
4276b771
...
@@ -1032,7 +1032,6 @@ def tpc_finish_error():
...
@@ -1032,7 +1032,6 @@ def tpc_finish_error():
connection closed
connection closed
>>> cs.close()
>>> cs.close()
connection closed
"""
"""
def
client_has_newer_data_than_server
():
def
client_has_newer_data_than_server
():
...
@@ -1286,6 +1285,8 @@ if sys.version_info >= (2, 6):
...
@@ -1286,6 +1285,8 @@ if sys.version_info >= (2, 6):
# Gaaa, zope.testing.runner.FakeInputContinueGenerator has no close
# Gaaa, zope.testing.runner.FakeInputContinueGenerator has no close
if
not
hasattr
(
sys
.
stdin
,
'close'
):
if
not
hasattr
(
sys
.
stdin
,
'close'
):
sys
.
stdin
.
close
=
lambda
:
None
sys
.
stdin
.
close
=
lambda
:
None
if
not
hasattr
(
sys
.
stdin
,
'fileno'
):
sys
.
stdin
.
fileno
=
lambda
:
-
1
self
.
globs
=
{}
self
.
globs
=
{}
forker
.
setUp
(
self
)
forker
.
setUp
(
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