forked from VimPlug/jedi
Clean up zombie subprocesses, fixes #1048
This commit is contained in:
@@ -175,6 +175,7 @@ class _CompiledSubprocess(object):
|
|||||||
del _subprocesses[self._executable]
|
del _subprocesses[self._executable]
|
||||||
|
|
||||||
self._process.kill()
|
self._process.kill()
|
||||||
|
self._process.wait()
|
||||||
|
|
||||||
def _send(self, evaluator_id, function, args=(), kwargs={}):
|
def _send(self, evaluator_id, function, args=(), kwargs={}):
|
||||||
if self._crashed:
|
if self._crashed:
|
||||||
|
|||||||
Reference in New Issue
Block a user