mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
update pickling version, because we have changed some things about the KeywordStatement a while ago
This commit is contained in:
@@ -245,7 +245,7 @@ def save_parser(path, name, parser, pickling=True):
|
||||
|
||||
class ParserPickling(object):
|
||||
|
||||
version = 10
|
||||
version = 11
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user