mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +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):
|
class ParserPickling(object):
|
||||||
|
|
||||||
version = 25
|
version = 26
|
||||||
"""
|
"""
|
||||||
Version number (integer) for file system cache.
|
Version number (integer) for file system cache.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user