Skip to content

Commit 4a12d12

Browse files
authored
Fix typo in code comment in main_loop label. (GH-20068)
1 parent 15bc9ab commit 4a12d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag)
13961396
/* Do periodic things. Doing this every time through
13971397
the loop would add too much overhead, so we do it
13981398
only every Nth instruction. We also do it if
1399-
``pendingcalls_to_do'' is set, i.e. when an asynchronous
1399+
``pending.calls_to_do'' is set, i.e. when an asynchronous
14001400
event needs attention (e.g. a signal handler or
14011401
async I/O handler); see Py_AddPendingCall() and
14021402
Py_MakePendingCalls() above. */

0 commit comments

Comments
 (0)