]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 19 Dec 2002 18:16:57 +0000 (18:16 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 19 Dec 2002 18:16:57 +0000 (18:16 +0000)
commitee65e226467c9742cf6db30e47df18ba98520e74
tree8c6c47ff5d4d4ffab778e32af7fc96658c5cd9b2
parent7e4cfcb6bc6e6913fb69a7964bd61684ca3ad639
Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers

blockstack_top could be 0 when blockstack[blockstack_top-1]
was referenced (ie blockstack[-1]) which crashed on hpux.
Patch & fix by Richie Hindle
Objects/frameobject.c