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, jnoller, pitrou, r.david.murray
Date 2010-02-08.17:32:47
SpamBayes Score 0.08377023
Marked as misclassified No
Message-id <1265650370.51.0.164363726219.issue7875@psf.upfronthosting.co.za>
In-reply-to
Content
So option 3 would marginalize __import__ testing as importlib's finders and loaders as pulled from sys.path_importer_cache would be used over __import__'s own implicit importers that it contains.

As for test.support.import_module being the culprit, it is. The reason the traceback shows an import statement as the trigger is that __import__ is using a loader as defined by importlib.
History
Date User Action Args
2010-02-08 17:32:51brett.cannonsetrecipients: + brett.cannon, pitrou, jnoller, r.david.murray
2010-02-08 17:32:50brett.cannonsetmessageid: <1265650370.51.0.164363726219.issue7875@psf.upfronthosting.co.za>
2010-02-08 17:32:48brett.cannonlinkissue7875 messages
2010-02-08 17:32:47brett.cannoncreate