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 ncoghlan
Recipients Pascal.Chambon, barry, brett.cannon, eric.snow, isoschiz, kristjan.jonsson, methane, ncoghlan, pconnell, pje
Date 2013-12-17.13:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387288361.64.0.652949277668.issue17636@psf.upfronthosting.co.za>
In-reply-to
Content
With PEP 451 implemented, note that I have reopened issue 992389 - the patch to set the parent module attribute at the same time as setting the sys.module attribute is actually pretty trivial for the PEP 451 loader case, and that now includes all the standard loaders.

I also think that approach will have fewer weird edge cases than this version.
History
Date User Action Args
2013-12-17 13:52:41ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, pje, kristjan.jonsson, methane, eric.snow, pconnell, isoschiz, Pascal.Chambon
2013-12-17 13:52:41ncoghlansetmessageid: <1387288361.64.0.652949277668.issue17636@psf.upfronthosting.co.za>
2013-12-17 13:52:41ncoghlanlinkissue17636 messages
2013-12-17 13:52:41ncoghlancreate