mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-15 08:26:42 +08:00
Update the parser pickling protocol version.
This commit is contained in:
@@ -230,7 +230,7 @@ def save_parser(path, name, parser, pickling=True):
|
||||
|
||||
class ParserPickling(object):
|
||||
|
||||
version = 22
|
||||
version = 23
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user