1
0
forked from VimPlug/jedi

Make sure to check the module cache before loading a module (again)

This hopefully results in some performance improvements (maybe numpy?).
This commit is contained in:
Dave Halter
2020-01-05 18:18:23 +01:00
parent bf446f2729
commit ea0972d7ac
4 changed files with 16 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ except ImportError:
pass
try:
#! 7 import-error
import not_existing_import
import not_existing_import2
except AttributeError:
pass