Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
nexedi
/
neoppod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
2
Snippets
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 006010f0
authored
2012-02-16 14:24:37 +0100
by
Julien Muchembled
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
tests: fix stop of threaded cluster without started client thread
1 parent
76abb6ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
neo/tests/threaded/__init__.py
neo/tests/threaded/__init__.py
View file @
006010f
...
...
@@ -339,6 +339,7 @@ class ClientApplication(Node, neo.client.app.Application):
try
:
super
(
ClientApplication
,
self
)
.
__del__
()
finally
:
if
self
.
poll_thread
.
isAlive
():
Serialized
.
background
()
close
=
__del__
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment