Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed May 4, 2023
1 parent 53ce02c commit 7fbece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/ceval.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
next_instr points the current instruction without TARGET(). */
opcode = next_instr->op.code;
_PyErr_Format(tstate, PyExc_SystemError,
PyUnstable_InterpreterFrame_GetLine(frame), opcode);
"%U:%d: unknown opcode %d",
frame->f_code->co_filename,
PyUnstable_InterpreterFrame_GetLine(frame),
opcode);
Expand Down

0 comments on commit 7fbece8

Please # to comment.