This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2002-12-18.23:39:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

test_trace is now crashing on HPUX-11, line 200 in current cvs

case END_FINALLY:
  setup_op = code[blockstack[blockstack_top-1]];

blockstack_top = 0, so it is accessing blockstack[-1]

(gdb) p blockstack
$1 = {0, 16, 0 <repeats 18 times>}

any ideas?
History
Date User Action Args
2007-08-23 15:18:34adminlinkissue643835 messages
2007-08-23 15:18:34admincreate