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 alex
Recipients alex, belopolsky, benjamin.peterson, dmalcolm, jhylton, nnorwitz, pitrou, rhettinger, sdahlbac, thomaslee, titanstar
Date 2010-11-13.05:39:26
SpamBayes Score 2.6633629e-08
Marked as misclassified No
Message-id <1289626769.03.0.540415476979.issue10399@psf.upfronthosting.co.za>
In-reply-to
Content
Just a thought: it's possible to cover all the cases properly with inlining (locals, globals (even with cross module inlining), tracebacks, sys._getframe(), etc.), however I think you're going to find that manually managing all of those is going to quickly drive you up a tree if you want to also get meaningful speedups (from removing frame allocation, argument parsing, etc.).

My 2¢.
History
Date User Action Args
2010-11-13 05:39:29alexsetrecipients: + alex, jhylton, nnorwitz, rhettinger, belopolsky, sdahlbac, titanstar, pitrou, thomaslee, benjamin.peterson, dmalcolm
2010-11-13 05:39:29alexsetmessageid: <1289626769.03.0.540415476979.issue10399@psf.upfronthosting.co.za>
2010-11-13 05:39:26alexlinkissue10399 messages
2010-11-13 05:39:26alexcreate