This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marmarek
Recipients asvetlov, marmarek, yselivanov
Date 2020-02-24.22:09:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582582181.12.0.732686127935.issue39744@roundup.psfhosted.org>
In-reply-to
Content
Standard subprocess's communicate() called with None input (or no argument at all closes process stdin. The asyncio variant does not.
This leads to issue with various processes that wait for EOF on stdin before terminating.

Test script attached.
History
Date User Action Args
2020-02-24 22:09:41marmareksetrecipients: + marmarek, asvetlov, yselivanov
2020-02-24 22:09:41marmareksetmessageid: <1582582181.12.0.732686127935.issue39744@roundup.psfhosted.org>
2020-02-24 22:09:41marmareklinkissue39744 messages
2020-02-24 22:09:41marmarekcreate