1
0
forked from VimPlug/jedi

Merge pull request #172 from tkf/test_modulepickling_change_cache_dir

ModulePickling should not save old cache when cache_directory is changed
This commit is contained in:
David Halter
2013-03-15 02:25:10 -07:00
2 changed files with 34 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ class _ModulePickling(object):
return parser_cache_item.parser
def save_module(self, path, parser_cache_item):
self.__index = None
try:
files = self._index[self.py_version]
except KeyError: