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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brett.cannon, eric.snow, georg.brandl, ncoghlan, pitrou
Date 2012-07-29.08:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343551789.68.0.0969199810841.issue15425@psf.upfronthosting.co.za>
In-reply-to
Content
I like the concept of "exit points" that Antoine introduced with a special method name. Maybe we coule generalize this and have a "execute_and_hide_frames(func, *args, **kwargs)" that is recognized by the caller in import.c.
History
Date User Action Args
2012-07-29 08:49:49amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, georg.brandl, ncoghlan, pitrou, eric.snow
2012-07-29 08:49:49amaury.forgeotdarcsetmessageid: <1343551789.68.0.0969199810841.issue15425@psf.upfronthosting.co.za>
2012-07-29 08:49:49amaury.forgeotdarclinkissue15425 messages
2012-07-29 08:49:49amaury.forgeotdarccreate