forked from VimPlug/jedi
Use highest possible pickle protocol
This commit is contained in:
@@ -45,5 +45,7 @@ else:
|
||||
load('jedi')
|
||||
from jedi.evaluate.compiled import subprocess # NOQA
|
||||
|
||||
# Retrieve the pickle protocol.
|
||||
pickle_protocol = int(sys.argv[2])
|
||||
# And finally start the client.
|
||||
subprocess.Listener().listen()
|
||||
subprocess.Listener(pickle_protocol).listen()
|
||||
|
||||
Reference in New Issue
Block a user