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
Date 2016-01-23.19:28:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453577280.26.0.226746274701.issue26186@psf.upfronthosting.co.za>
In-reply-to
Content
It was privately reported to me that importlib.util.LazyLoader rejects using importlib.machinery.SourceFileLoader (or at least _frozen_importlib.SourceFileLoader). At least a test should be added for LazyLoader to make sure it will happily accept importlib.machinery.SourceFileLoader, and if it rejects the one from _frozen_importlib, tweak the test to accept loaders from there as well.
History
Date User Action Args
2016-01-23 19:28:00brett.cannonsetrecipients: + brett.cannon
2016-01-23 19:28:00brett.cannonsetmessageid: <1453577280.26.0.226746274701.issue26186@psf.upfronthosting.co.za>
2016-01-23 19:28:00brett.cannonlinkissue26186 messages
2016-01-23 19:28:00brett.cannoncreate