SIGN IN SIGN UP

Track the block stack more reasonably in order to handle continue in

try/except or try/finally.

Previous versions had only track SETUP_LOOP blocks and ignored the
exception part.  This meant that it allowed continue inside a
try/except but generated buggy code.  Now it does the right thing.
J
Jeremy Hylton committed
e4685ec57e74ec37f234907df45159bcd1899a25
Parent: 9263848