mirror of
https://github.com/python/cpython.git
synced 2024-12-13 11:54:54 +08:00
#15788: merge with 3.2.
This commit is contained in:
commit
7f79f7cf23
@ -669,8 +669,8 @@ The following attributes are also available:
|
||||
|
||||
.. warning::
|
||||
|
||||
Use :meth:`communicate` rather than :attr:`.stdin.write <stdin>`,
|
||||
:attr:`.stdout.read <stdout>` or :attr:`.stderr.read <stderr>` to avoid
|
||||
Use :meth:`~Popen.communicate` rather than :attr:`.stdin.write <Popen.stdin>`,
|
||||
:attr:`.stdout.read <Popen.stdout>` or :attr:`.stderr.read <Popen.stderr>` to avoid
|
||||
deadlocks due to any of the other OS pipe buffers filling up and blocking the
|
||||
child process.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user