forked from VimPlug/jedi
Update the parser pickling protocol version.
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ def save_parser(path, name, parser, pickling=True):
|
|||||||
|
|
||||||
class ParserPickling(object):
|
class ParserPickling(object):
|
||||||
|
|
||||||
version = 22
|
version = 23
|
||||||
"""
|
"""
|
||||||
Version number (integer) for file system cache.
|
Version number (integer) for file system cache.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user