Armin Rigo added the comment: 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.
---------- nosy: +arigo __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2181> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com