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 arigo
Recipients arigo, nnorwitz
Date 2008-02-27.16:21:23
SpamBayes Score 0.09388686
Marked as misclassified No
Message-id <1204129285.06.0.343181381985.issue2181@psf.upfronthosting.co.za>
In-reply-to
Content
I suppose you are aware that performing this optimization in general
would break a lot of existing code that uses inspect.getstack() or
sys._getframe() to peek at the caller's local variables.  I know this
because it's one thing that Psyco doesn't do correctly, and one of the
most common causes I'm aware of for a random existing program to break
under Psyco.
History
Date User Action Args
2008-02-27 16:21:25arigosetspambayes_score: 0.0938869 -> 0.09388686
recipients: + arigo, nnorwitz
2008-02-27 16:21:25arigosetspambayes_score: 0.0938869 -> 0.0938869
messageid: <1204129285.06.0.343181381985.issue2181@psf.upfronthosting.co.za>
2008-02-27 16:21:24arigolinkissue2181 messages
2008-02-27 16:21:23arigocreate