SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 252 Python

gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)

subprocess's communicate(None) closes stdin of the child process, after
sending no (extra) data. Make asyncio variant do the same.
This fixes issues with processes that waits for EOF on stdin before
continuing.
M
Marek Marczykowski-Górecki committed
67d140dba72dc2cb661d55878384464de46719e7
Parent: 424a785
Committed by GitHub <noreply@github.com> on 4/28/2023, 12:30:26 AM