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, eric.snow, vstinner
Date 2016-03-30.02:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459303452.87.0.984266403128.issue26668@psf.upfronthosting.co.za>
In-reply-to
Content
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__).
History
Date User Action Args
2016-03-30 02:04:12brett.cannonsetrecipients: + brett.cannon, vstinner, eric.snow
2016-03-30 02:04:12brett.cannonsetmessageid: <1459303452.87.0.984266403128.issue26668@psf.upfronthosting.co.za>
2016-03-30 02:04:12brett.cannonlinkissue26668 messages
2016-03-30 02:04:12brett.cannoncreate