STINNER Victor added the comment:

> A cleaner way to do what you're after is to use 
> test_importlib.util.import_state() where you can pass in an explicit value 
> for sys.path to be temporarily set.

I would prefer to not couple test_importlib and test_compileall to keep tests 
independent. If you consider that it's worth, import_state() must be moved to 
test.support.

----------

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

Reply via email to