]> granicus.if.org Git - python/commit
Don't swap the arguments to PyFrame_BlockSetup when recreating the recently
authorThomas Wouters <thomas@python.org>
Mon, 24 Sep 2001 19:32:01 +0000 (19:32 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 24 Sep 2001 19:32:01 +0000 (19:32 +0000)
commit1ee642211112c637e2b125dcc04b24f64984d749
treefa91a36d170c981f03932993d5837d837162c436
parent3d45d8f12ea3b4180ed2e1539aa28e14a150b5ba
Don't swap the arguments to PyFrame_BlockSetup when recreating the recently
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.
Python/ceval.c