mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Increase parser pickling version to reduce bugtracker issues in the future with people upgrading git commits.
This commit is contained in:
@@ -87,7 +87,7 @@ def save_parser(path, parser, pickling=True):
|
||||
|
||||
class ParserPickling(object):
|
||||
|
||||
version = 25
|
||||
version = 26
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user