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, ncoghlan, serhiy.storchaka
Date 2016-07-04.22:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467671060.01.0.156320606052.issue27419@psf.upfronthosting.co.za>
In-reply-to
Content
The semantics for looking up __import__ is to only grab it from builtins and to ignore globals() and locals() (see issue #25500), so any fix/change should follow those semantics.
History
Date User Action Args
2016-07-04 22:24:20brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, serhiy.storchaka
2016-07-04 22:24:20brett.cannonsetmessageid: <1467671060.01.0.156320606052.issue27419@psf.upfronthosting.co.za>
2016-07-04 22:24:19brett.cannonlinkissue27419 messages
2016-07-04 22:24:19brett.cannoncreate