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, iomintz, miss-islington, ncoghlan
Date 2019-07-17.00:11:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563322304.49.0.0483629975127.issue37521@roundup.psfhosted.org>
In-reply-to
Content
Nope, loader.exec_module() doesn't either: https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.exec_module, https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap_external.py#L776.

So unfortunately I'm still not sure what you're talking about.
History
Date User Action Args
2019-07-17 00:11:44brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, miss-islington, iomintz
2019-07-17 00:11:44brett.cannonsetmessageid: <1563322304.49.0.0483629975127.issue37521@roundup.psfhosted.org>
2019-07-17 00:11:44brett.cannonlinkissue37521 messages
2019-07-17 00:11:44brett.cannoncreate