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 mjacob
Recipients brett.cannon, eric.snow, mjacob, ncoghlan
Date 2016-02-18.14:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455806643.27.0.611448030627.issue26367@psf.upfronthosting.co.za>
In-reply-to
Content
(For some reason, I forgot to submit the previous comment).

The attached patches fix the issue (one for the 3.5 branch, one for the default branch) by bringing importlib.__import__ closer to the builtin __import__.

The extra code in the default / 3.6 branch is because of the changes from issue18018.
History
Date User Action Args
2016-02-18 14:44:03mjacobsetrecipients: + mjacob, brett.cannon, ncoghlan, eric.snow
2016-02-18 14:44:03mjacobsetmessageid: <1455806643.27.0.611448030627.issue26367@psf.upfronthosting.co.za>
2016-02-18 14:44:03mjacoblinkissue26367 messages
2016-02-18 14:44:02mjacobcreate