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 aronacher, brett.cannon, eric.snow, ncoghlan
Date 2014-04-15.15:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397575588.04.0.577015314897.issue21235@psf.upfronthosting.co.za>
In-reply-to
Content
Are you after just the module creation/initialization code so you can call exec_module() yourself, Armin, or do you want even more of the algorithm exposed (e.g. the lock stuff)? There are not tons of importlib users to the level of wanting to re-implement import to the level of wanting to control module creation, setting sys.modules manually, etc., so we are constantly trying to figure out how far to go in exposing things without going so far as to make it impossible to make changes.
History
Date User Action Args
2014-04-15 15:26:28brett.cannonsetrecipients: + brett.cannon, ncoghlan, aronacher, eric.snow
2014-04-15 15:26:28brett.cannonsetmessageid: <1397575588.04.0.577015314897.issue21235@psf.upfronthosting.co.za>
2014-04-15 15:26:28brett.cannonlinkissue21235 messages
2014-04-15 15:26:27brett.cannoncreate