[New-bugs-announce] [issue36805] Don't close subprocess stream if it's stdin is closed

Andrew Svetlov report at bugs.python.org
Sun May 5 14:30:29 EDT 2019


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Closing stdin FD by child stream is a legal operation, there is no reason to close entire subprocess transport immediately.

----------
components: asyncio
messages: 341467
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Don't close subprocess stream if it's stdin is closed
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36805>
_______________________________________


More information about the New-bugs-announce mailing list