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 serhiy.storchaka
Recipients brett.cannon, eric.smith, eric.snow, ncoghlan, pitrou, serhiy.storchaka
Date 2014-10-14.12:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413288875.08.0.152010181358.issue22557@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, my CPU is slow.

Here is a patch which factors out IMPORT_NAME into a separate import_name() function and adds optimization for more general case when __import__ is not overloaded.
History
Date User Action Args
2014-10-14 12:14:35serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, pitrou, eric.smith, eric.snow
2014-10-14 12:14:35serhiy.storchakasetmessageid: <1413288875.08.0.152010181358.issue22557@psf.upfronthosting.co.za>
2014-10-14 12:14:35serhiy.storchakalinkissue22557 messages
2014-10-14 12:14:35serhiy.storchakacreate