mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
1ee6422111
popped frame-block. What an embarrassing bug! Especially for Jeremy, since he accepted the patch :-) This fixes SF bugs #463359 and #462937, and possibly other, *very* obscure bugs with very deeply nested loops that continue the loop and then break out of it or raise an exception.