1
0
forked from VimPlug/jedi

delete caches also at the beginning of an interaction

This commit is contained in:
David Halter
2012-12-22 01:37:31 +01:00
parent 2610c180c0
commit ed8845c343

View File

@@ -68,6 +68,7 @@ class Script(object):
"""
def __init__(self, source, line, column, source_path,
source_encoding='utf-8'):
api_classes._clear_caches()
debug.reset_time()
source = modules.source_to_unicode(source, source_encoding)
self.pos = line, column