]> granicus.if.org Git - python/commit
Fix off-by-one errors in code to find depth of stack.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 20:55:17 +0000 (20:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 20:55:17 +0000 (20:55 +0000)
commit4ba9001f5c9ecb144d1a63782a3fd5cd3646587a
treed7d323927b5b9aef3543f7b70225254f7f97accb
parent87797872a84ed8ca330fd98f8db63a9bef3e4287
Fix off-by-one errors in code to find depth of stack.

XXX The code is still widely inaccurate, but most (all?) of the time
it's an overestimate.
Lib/compiler/pyassem.py
Tools/compiler/compiler/pyassem.py