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, brett.cannon, eric.snow, ncoghlan
Date 2014-12-12.17:26:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418405213.2.0.679894958698.issue23014@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that makes sure that if exec_module() is defined then so is create_module(). There really isn't any benefit in the code now, but starting in Python 3.6 we can make a very clear code path delineation between spec-based loading and old-fashioned load_module() instead of the current solution we have now where create_module() is used for either path and everything is intertwined.
History
Date User Action Args
2014-12-12 17:26:53brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, eric.snow
2014-12-12 17:26:53brett.cannonsetmessageid: <1418405213.2.0.679894958698.issue23014@psf.upfronthosting.co.za>
2014-12-12 17:26:53brett.cannonlinkissue23014 messages
2014-12-12 17:26:53brett.cannoncreate