[Python-Dev] compiler package udpate (original) (raw)

Jeremy Hylton jeremy@zope.com
Mon, 17 Dec 2001 13:24:26 -0500 (EST)


I'd like to backport changes from the 2.2 compiler package (Lib/compiler) to the 2.1.2 version (Tools/compiler/compiler). The changes are bug fixes, but include some non-trivial changes because the old code has some non-trivial bugs. The chief problem is that it underestimates the stack depth, which leads to core dumps.

Any objections to me making these changes today?

Jeremy