mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Minor change to match the style guide.
This commit is contained in:
parent
17f690f96b
commit
7a889ceb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -1439,7 +1439,7 @@ lock protecting Python's entire object space. However, it is possible
|
|||
to temporarily release this lock using the macro
|
||||
\code{Py_BEGIN_ALLOW_THREADS}, and to re-acquire it using
|
||||
\code{Py_END_ALLOW_THREADS}. This is common around blocking I/O
|
||||
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
|
||||
complete. Obviously, the following function has the same problem as
|
||||
the previous one:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue