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 2013-06-01.03:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370056399.99.0.692031308648.issue18114@psf.upfronthosting.co.za>
In-reply-to
Content
_imp.init_frozen is not really necessary; you can implement imports entirely using the other frozen-related functions. Because of that it's probably better to simply rewrite PyImport_ImportFrozenModuleObject() to use importlib to make the code easier to maintain and help guarantee consistency with other code.
History
Date User Action Args
2013-06-01 03:13:20brett.cannonsetrecipients: + brett.cannon
2013-06-01 03:13:19brett.cannonsetmessageid: <1370056399.99.0.692031308648.issue18114@psf.upfronthosting.co.za>
2013-06-01 03:13:19brett.cannonlinkissue18114 messages
2013-06-01 03:13:19brett.cannoncreate