mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo in code comment in main_loop label. (GH-20068)
This commit is contained in:
parent
15bc9ab301
commit
4a12d12186
1 changed files with 1 additions and 1 deletions
|
@ -1396,7 +1396,7 @@ main_loop:
|
||||||
/* Do periodic things. Doing this every time through
|
/* Do periodic things. Doing this every time through
|
||||||
the loop would add too much overhead, so we do it
|
the loop would add too much overhead, so we do it
|
||||||
only every Nth instruction. We also do it if
|
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
|
event needs attention (e.g. a signal handler or
|
||||||
async I/O handler); see Py_AddPendingCall() and
|
async I/O handler); see Py_AddPendingCall() and
|
||||||
Py_MakePendingCalls() above. */
|
Py_MakePendingCalls() above. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue