commit | 1ee642211112c637e2b125dcc04b24f64984d749 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Mon Sep 24 19:32:01 2001 +0000 |
committer | Thomas Wouters <thomas@python.org> | Mon Sep 24 19:32:01 2001 +0000 |
tree | fa91a36d170c981f03932993d5837d837162c436 | |
parent | 3d45d8f12ea3b4180ed2e1539aa28e14a150b5ba [diff] |
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.