Brett Cannon added the comment:

So that file wasn't to make sure  importlib was used by the test suite but  to 
actually make sure importlib.__import__ was heavily exercised (it's not the 
same as builtins.__import__ which is an accelerated C version). But thanks to 
test_importlib.util that shouldn't be an issue as long as all the modules in 
test_importlib.import_ use util.test_both(..., __import__=util.__import__).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to