]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport bugfixes since rev 1.19 on the trunk.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 17 Dec 2001 23:53:10 +0000 (23:53 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 17 Dec 2001 23:53:10 +0000 (23:53 +0000)
commitc2b05c098ed3b434b13f5d5025745b899c574188
tree099b34c04afd328ab64f689c8b42395f4b5ec68c
parentacda14034163767a1fb8d06ac1ab8e2957405505
Backport bugfixes since rev 1.19 on the trunk.

Brief summary:

Improve stack depth calculation, 1.24, 1.25, 1.28
Wrong co_lntob, 1.20.
XXX_NMAE ops should affect varnames, 1.21.
Fix list comp code gen, 1.26.
Fix _convert_NAME() for class bodies, 1.26.
Tools/compiler/compiler/pyassem.py