Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 21, 2023
1 parent 2bd37a9 commit 8446dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/codeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@ code_hash(PyCodeObject *co)
co_arg = exec->vm_data.oparg;
}
else {
co_code = _PyOpcode_Deopt[co_code];
co_code = _Py_GetBaseOpcode(co, i);
}
SCRAMBLE_IN(co_code);
SCRAMBLE_IN(co_arg);
Expand Down

0 comments on commit 8446dfd

Please sign in to comment.