Skip to content

Commit

Permalink
Fix typo in code comment in main_loop label. (GH-20068)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerdonek authored May 15, 2020
1 parent 15bc9ab commit 4a12d12
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 @@ -1396,7 +1396,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag)
/* Do periodic things. Doing this every time through
the loop would add too much overhead, so we do it
only every Nth instruction. We also do it if
``pendingcalls_to_do'' is set, i.e. when an asynchronous
``pending.calls_to_do'' is set, i.e. when an asynchronous
event needs attention (e.g. a signal handler or
async I/O handler); see Py_AddPendingCall() and
Py_MakePendingCalls() above. */
Expand Down

0 comments on commit 4a12d12

Please sign in to comment.