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 FFY00, brett.cannon, eric.snow, ncoghlan
Date 2021-10-25.19:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635189499.22.0.407361411299.issue45592@roundup.psfhosted.org>
In-reply-to
Content
create_module() being empty is on purpose: https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.create_module . You only define create_module() if you need a specific type of object for the module instance.
History
Date User Action Args
2021-10-25 19:18:19brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, FFY00
2021-10-25 19:18:19brett.cannonsetmessageid: <1635189499.22.0.407361411299.issue45592@roundup.psfhosted.org>
2021-10-25 19:18:19brett.cannonlinkissue45592 messages
2021-10-25 19:18:19brett.cannoncreate