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

@@ -18,7 +18,7 @@ date.not_existing_attribute
from datetime.date import today
#! 16 import-error
import datetime.date
import datetime.datetime
#! 7 import-error
import not_existing_nested.date