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 amaury.forgeotdarc, brett.cannon, eric.snow, georg.brandl, ncoghlan, pitrou
Date 2012-07-29.10:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343556222.88.0.27429596274.issue15425@psf.upfronthosting.co.za>
In-reply-to
Content
I'll at least introduce a "_recursive_import" exit point to simplify handling of those three cases. For those, if there isn't another importlib frame on the stack below them, odds are pretty good that it has been stripped already.
History
Date User Action Args
2012-07-29 10:03:42ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, amaury.forgeotdarc, pitrou, eric.snow
2012-07-29 10:03:42ncoghlansetmessageid: <1343556222.88.0.27429596274.issue15425@psf.upfronthosting.co.za>
2012-07-29 10:03:42ncoghlanlinkissue15425 messages
2012-07-29 10:03:42ncoghlancreate