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 Arfrever, aronacher, brett.cannon, eric.snow, ncoghlan, python-dev, rhettinger
Date 2014-05-30.18:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401476240.04.0.718282385613.issue20383@psf.upfronthosting.co.za>
In-reply-to
Content
After all the various revelations today about how much of a hassle and murky it would be to get types.ModuleType to do what we were after, I went ahead and kept importlib.util.module_from_spec(), but dropped the module argument bit. I also deconstructed _SpecMethods along the way while keeping the abstractions as Eric requested.
History
Date User Action Args
2014-05-30 18:57:20brett.cannonsetrecipients: + brett.cannon, rhettinger, ncoghlan, aronacher, Arfrever, python-dev, eric.snow
2014-05-30 18:57:20brett.cannonsetmessageid: <1401476240.04.0.718282385613.issue20383@psf.upfronthosting.co.za>
2014-05-30 18:57:20brett.cannonlinkissue20383 messages
2014-05-30 18:57:19brett.cannoncreate