Skip to content

Commit

Permalink
Remove opcode from another old PR, not needed in the current one
Browse files Browse the repository at this point in the history
  • Loading branch information
greenozon committed Jul 9, 2024
1 parent 4bc19e9 commit 43dc7f3
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 @@ -1176,7 +1176,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 43dc7f3

Please sign in to comment.