This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, python-dev, rpointel
Date 2013-09-30.19:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380569013.06.0.374963511233.issue19134@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-30 19:23:33brett.cannonsetrecipients: + brett.cannon, python-dev, rpointel
2013-09-30 19:23:33brett.cannonsetmessageid: <1380569013.06.0.374963511233.issue19134@psf.upfronthosting.co.za>
2013-09-30 19:23:33brett.cannonlinkissue19134 messages
2013-09-30 19:23:32brett.cannoncreate