1
0
forked from VimPlug/jedi

* added token.py

This commit is contained in:
Jean-Louis Fuchs
2013-12-05 23:59:48 +01:00
parent 989e12e8a7
commit 099a6c2697
2 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -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