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 scoder
Recipients Arfrever, amaury.forgeotdarc, eric.snow, jcea, loewis, scoder
Date 2017-07-25.06:13:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500963202.14.0.606932976694.issue13429@psf.upfronthosting.co.za>
In-reply-to
Content
This has been resolved by PEP 489, issue 24268.
The module initialisation process receives the complete ModuleSpec now, starting with CPython 3.5, and can do with it whatever it likes, before executing any user code.
History
Date User Action Args
2017-07-25 06:13:22scodersetrecipients: + scoder, loewis, jcea, amaury.forgeotdarc, Arfrever, eric.snow
2017-07-25 06:13:22scodersetmessageid: <1500963202.14.0.606932976694.issue13429@psf.upfronthosting.co.za>
2017-07-25 06:13:22scoderlinkissue13429 messages
2017-07-25 06:13:21scodercreate