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, eric.snow, ncoghlan
Date 2013-11-22.16:27:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Since _imp.init_builtin and _imp.load_dynamic don't take in a module to load, need to create new functions which do. Afterwards can deprecate init_builtin, load_dynamic, and init_frozen (the latter having been worked around thanks to get_frozen_object).
History
Date User Action Args
2013-11-22 16:27:55brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2013-11-22 16:27:55brett.cannonsetmessageid: <[email protected]>
2013-11-22 16:27:55brett.cannonlinkissue19698 messages
2013-11-22 16:27:55brett.cannoncreate