From 0624fe55ffa6efce2bd4b729bd345e1e74d5a1bd Mon Sep 17 00:00:00 2001 From: Xinlong Hu Date: Wed, 2 Jul 2025 15:01:26 -0500 Subject: [PATCH] Test case Y --- pylingual/control_flow_reconstruction/templates/Exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylingual/control_flow_reconstruction/templates/Exception.py b/pylingual/control_flow_reconstruction/templates/Exception.py index f09dd7d..1daa99d 100644 --- a/pylingual/control_flow_reconstruction/templates/Exception.py +++ b/pylingual/control_flow_reconstruction/templates/Exception.py @@ -583,7 +583,7 @@ class ExcBody3_6(ControlFlowTemplate): class NamedExc3_6(ExcBody3_6): template = T( header=N("body", None).with_cond(starting_instructions("POP_TOP", "STORE_FAST")), - body=N("normal_cleanup", None, "exception_cleanup"), + body=N("normal_cleanup.", None, "exception_cleanup"), normal_cleanup=N("exception_cleanup."), exception_cleanup=N.tail().with_cond(with_instructions("LOAD_CONST", "STORE_FAST")), )