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 Arfrever, barry, berker.peksag, brett.cannon, eric.snow, jwilk, larry, ncoghlan, njs, serhiy.storchaka, takluyver
Date 2015-08-14.20:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439585012.54.0.231594025876.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
Nathaniel's solution is basically what I came up with in issue #23810 except I simply skipped subtracting from the stack level if it was found to be an internal import frame instead of swapping in and out a callable.
History
Date User Action Args
2015-08-14 20:43:32brett.cannonsetrecipients: + brett.cannon, barry, ncoghlan, larry, jwilk, Arfrever, njs, eric.snow, takluyver, berker.peksag, serhiy.storchaka
2015-08-14 20:43:32brett.cannonsetmessageid: <1439585012.54.0.231594025876.issue24305@psf.upfronthosting.co.za>
2015-08-14 20:43:32brett.cannonlinkissue24305 messages
2015-08-14 20:43:32brett.cannoncreate