3.12/3.13 While TryExcept expecting a Jump node

This commit is contained in:
Xinlong Hu
2025-08-06 13:03:48 -05:00
parent c4f5b32961
commit 8f022e07c2
@@ -72,7 +72,7 @@ class JumpTemplate(ControlFlowTemplate):
exact_instructions("POP_JUMP_IF_FALSE"),
),
block=N.tail(),
tail=N.tail(),
tail=N.tail().with_cond(without_instructions("NOP")),
)
try_match = make_try_match(