Brett Cannon added the comment:

The import doesn't matter for test.support.multiprocessing as it is conditional 
thanks to the try/except. If that fails then the skipIf will be triggered and 
nothing will be executed. If the import succeeds in test.support then the 
importlib.import_module() call will succeed without issue. The point is that it 
is much more obvious why the test may get skipped from reading the code rather 
than looking at the function name.

----------
assignee:  -> brett.cannon
resolution:  -> fixed
status: open -> closed

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

Reply via email to