1
0
forked from VimPlug/jedi

Use highest possible pickle protocol

This commit is contained in:
micbou
2018-06-20 14:55:04 +02:00
committed by Dave Halter
parent ea71dedaa1
commit 282c6a2ba1
5 changed files with 59 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ class Environment(_BaseEnvironment):
return EvaluatorSubprocess(evaluator, self._get_subprocess())
def _get_subprocess(self):
return get_subprocess(self.executable)
return get_subprocess(self.executable, self.version_info)
@memoize_method
def get_sys_path(self):