forked from VimPlug/jedi
Use highest possible pickle protocol
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user