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 2016-01-22.22:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453501860.77.0.669534801782.issue26184@psf.upfronthosting.co.za>
In-reply-to
Content
As explained in https://docs.python.org/3/reference/import.html#loaders, as of Python 3.6 an error is to be raised when a loader defines exec_module() but not create_module(). Probably should raise a TypeError.
History
Date User Action Args
2016-01-22 22:31:00brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2016-01-22 22:31:00brett.cannonsetmessageid: <1453501860.77.0.669534801782.issue26184@psf.upfronthosting.co.za>
2016-01-22 22:31:00brett.cannonlinkissue26184 messages
2016-01-22 22:31:00brett.cannoncreate