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, docs@python, vstinner
Date 2021-03-18.18:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616092332.08.0.162990338757.issue43540@roundup.psfhosted.org>
In-reply-to
Content
The documentation states in the deprecation notice for https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module that create_module() and exec_module() are what are necessary. But the it isn't a direct 1:1 replacement and people are expected to use all of the helper code so it's going to be very specific to the need of the code.
History
Date User Action Args
2021-03-18 18:32:12brett.cannonsetrecipients: + brett.cannon, vstinner, docs@python
2021-03-18 18:32:12brett.cannonsetmessageid: <1616092332.08.0.162990338757.issue43540@roundup.psfhosted.org>
2021-03-18 18:32:12brett.cannonlinkissue43540 messages
2021-03-18 18:32:12brett.cannoncreate