We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f690f commit 7a889ceCopy full SHA for 7a889ce
1 file changed
Doc/ext/ext.tex
@@ -1439,7 +1439,7 @@ \subsection{Thin Ice
1439
to temporarily release this lock using the macro
1440
\code{Py_BEGIN_ALLOW_THREADS}, and to re-acquire it using
1441
\code{Py_END_ALLOW_THREADS}. This is common around blocking I/O
1442
-calls, to let other threads use the CPU while waiting for the I/O to
+calls, to let other threads use the processor while waiting for the I/O to
1443
complete. Obviously, the following function has the same problem as
1444
the previous one:
1445
0 commit comments