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 BreamoreBoy, eric.araujo, eric.snow, martin.panter, ncoghlan, python-dev, robagar, schlamar
Date 2015-12-05.14:41:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449326468.37.0.657380180238.issue14285@psf.upfronthosting.co.za>
In-reply-to
Content
That import will only import the parent package (if there is one), not the module itself. Imports from __main__ will still happen during the exec call later on.
History
Date User Action Args
2015-12-05 14:41:08ncoghlansetrecipients: + ncoghlan, eric.araujo, BreamoreBoy, python-dev, schlamar, eric.snow, martin.panter, robagar
2015-12-05 14:41:08ncoghlansetmessageid: <1449326468.37.0.657380180238.issue14285@psf.upfronthosting.co.za>
2015-12-05 14:41:08ncoghlanlinkissue14285 messages
2015-12-05 14:41:08ncoghlancreate