mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-10 18:39:03 -07:00
3.12/3.13 While TryExcept expecting a Jump node
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user