Try to recover from errors that are happening in subprocesses

This commit is contained in:
Dave Halter
2018-01-02 00:23:13 +01:00
parent d93b613fd9
commit 927aa2bd91
5 changed files with 54 additions and 19 deletions

2
jedi/api/exceptions.py Normal file
View File

@@ -0,0 +1,2 @@
class InternalError(Exception):
pass