Change by xoph :
--
components: asyncio
nosy: asvetlov, xoph, yselivanov
priority: normal
severity: normal
status: open
title: asyncio subprocess cannot read from /dev/stdin
type: behavior
___
Python tracker
<https://bugs.python.org/issue46
New submission from xoph :
asyncio.create_subprocess_exec and asyncio.create_subprocess_shell fail with
"No such device or address" when called on a program that attempts to invoke
`/dev/stdin` on Linux.
This happens in contrast to the subprocess module and was discussed in the th
Change by xoph :
--
keywords: +patch
pull_requests: +28794
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/30596
___
Python tracker
<https://bugs.python.org/issu
xoph added the comment:
Created a PR: https://github.com/python/cpython/pull/30596
It's ready for review. Happy about any feedback!
--
___
Python tracker
<https://bugs.python.org/is