forked from VimPlug/jedi
* added token.py
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ class _ModulePickling(object):
|
||||
parser_cache_item = pickle.load(f)
|
||||
finally:
|
||||
gc.enable()
|
||||
|
||||
|
||||
debug.dbg('pickle loaded', path)
|
||||
parser_cache[path] = parser_cache_item
|
||||
return parser_cache_item.parser
|
||||
|
||||
Reference in New Issue
Block a user