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.

classification
Title: Don't close subprocess stream if it's stdin is closed
Type: behavior Stage:
Components: asyncio Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords:

Created on 2019-05-05 18:30 by asvetlov, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg341467 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2019-05-05 18:30
Closing stdin FD by child stream is a legal operation, there is no reason to close entire subprocess transport immediately.
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 80986
2019-05-05 18:30:29asvetlovcreate