Skip to content

Commit

Permalink
Revert "Support for JUMP_BACKWARD"
Browse files Browse the repository at this point in the history
This reverts commit 81543ec.
  • Loading branch information
greenozon committed Aug 6, 2024
1 parent 1d4ac96 commit 10f3cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ASTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
}
break;
case Pyc::JUMP_ABSOLUTE_A:
case Pyc::JUMP_BACKWARD_A: //bpo-47120: Replaced JUMP_ABSOLUTE by the relative jump JUMP_BACKWARD.
{
int offs = operand;
if (mod->verCompare(3, 10) >= 0)
Expand Down

0 comments on commit 10f3cac

Please sign in to comment.