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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy