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 asvetlov, barry, brett.cannon, theller
Date 2013-02-01.16:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359735828.7.0.248245371413.issue17098@psf.upfronthosting.co.za>
In-reply-to
Content
Should probably check the state of sys.modules in importlib._bootstrap._setup() and see if the missing modules are there and then just retroactively set __loader__ to BuiltinImporter (as is already done in that function for sys and _imp): http://hg.python.org/cpython/file/905b4e3cf6d0/Lib/importlib/_bootstrap.py#l1709 .
History
Date User Action Args
2013-02-01 16:23:48brett.cannonsetrecipients: + brett.cannon, barry, theller, asvetlov
2013-02-01 16:23:48brett.cannonsetmessageid: <1359735828.7.0.248245371413.issue17098@psf.upfronthosting.co.za>
2013-02-01 16:23:48brett.cannonlinkissue17098 messages
2013-02-01 16:23:48brett.cannoncreate