[Python-Dev] compiler package udpate (original) (raw)
Jeremy Hylton jeremy@zope.com
Mon, 17 Dec 2001 13:24:26 -0500 (EST)
- Previous message: Need help with bdist_wininst, was Re: [Python-Dev] RE: [Numpy-discussion] Python 2.2
- Next message: [Python-Dev] Re: compiler package udpate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Need help with bdist_wininst, was Re: [Python-Dev] RE: [Numpy-discussion] Python 2.2
- Next message: [Python-Dev] Re: compiler package udpate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]