mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-19 18:32:47 +08:00
Clean up zombie subprocesses, fixes #1048
This commit is contained in:
@@ -175,6 +175,7 @@ class _CompiledSubprocess(object):
|
||||
del _subprocesses[self._executable]
|
||||
|
||||
self._process.kill()
|
||||
self._process.wait()
|
||||
|
||||
def _send(self, evaluator_id, function, args=(), kwargs={}):
|
||||
if self._crashed:
|
||||
|
||||
Reference in New Issue
Block a user