Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update comment
  • Loading branch information
neonene authored Jun 30, 2022
commit a341d5ed5beefd29de5a20b5e9d51c1a84cc0ce7
2 changes: 1 addition & 1 deletion Python/ceval.c
Original file line number Diff line number Diff line change
Expand Up @@ -5706,7 +5706,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
#else
EXTRA_CASES // From opcode.h, a 'case' for each unused opcode
#endif
/* Load opcode for MSVC to optimize switch(opcode) separately.
/* Reload opcode for MSVC to optimize switch(opcode) separately.
next_instr, which EXTRA_CASES do not increment, points
the current instruction here. */
opcode = _Py_OPCODE(*next_instr);
Expand Down