##// END OF EJS Templates
demandimport: don't delay threading import...
Julien Cristau -
r52623:63ede7a4 stable
parent child Browse files
Show More
@@ -58,6 +58,10 b' IGNORES = {'
58 # setuptools uses this hack to inject it's own distutils at import time
58 # setuptools uses this hack to inject it's own distutils at import time
59 'setuptools',
59 'setuptools',
60 '_distutils_hack.override',
60 '_distutils_hack.override',
61 # threading is locally imported by importlib.util.LazyLoader.exec_module
62 '_weakrefset',
63 'warnings',
64 'threading',
61 }
65 }
62
66
63 _pypy = '__pypy__' in sys.builtin_module_names
67 _pypy = '__pypy__' in sys.builtin_module_names
General Comments 0
You need to be logged in to leave comments. Login now