mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Typo: "dead lock" --> "deadlock"
This commit is contained in:
parent
9e43730ca3
commit
08d10f985e
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ module equivalents).
|
|||
|
||||
When reading output from a child process that writes a lot of data to
|
||||
standard error while the parent is reading from the child's standard
|
||||
out, a dead lock can occur. A similar situation can occur with other
|
||||
out, a deadlock can occur. A similar situation can occur with other
|
||||
combinations of reads and writes. The essential factors are that more
|
||||
than \constant{_PC_PIPE_BUF} bytes are being written by one process in
|
||||
a blocking fashion, while the other process is reading from the other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue