8000 pomerge from 3.9 branch into 3.8 · python/python-docs-pt-br@90ea160 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90ea160

Browse files
pomerge from 3.9 branch into 3.8
1 parent 0d5ff4d commit 90ea160

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/asyncio-subprocess.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@ msgid ""
294294
"pipe buffer to accept more data. Use the :meth:`communicate` method when "
295295
"using pipes to avoid this condition."
296296
msgstr ""
297+
"Este método pode entrar em deadlock ao usar ``stdout=PIPE`` ou "
298+
"``stderr=PIPE`` e o processo filho gera tantas saídas que ele bloqueia a "
299+
"espera pelo encadeamento de buffer do sistema operacional para aceitar mais "
300+
"dados. Use o método :meth:`communicate` ao usar encadeamentos para evitar "
301+
"essa condição."
297302

298303
#: ../../library/asyncio-subprocess.rst:208
299304
msgid "Interact with process:"

0 commit comments

Comments
 (0)
0