-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
asyncio subprocess cannot read from /dev/stdin #90522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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 It seems while subprocess uses a pipe, asyncio uses socket.socketpair() to communicate with the subprocess which in turn appears to fail for |
True. Would you make a pull request that uses socketpair on AIX only? |
Created a PR: #30596 It's ready for review. Happy about any feedback! |
Subprocess opening /dev/stdin fails if it is a socketpair.
Subprocess opening /dev/stdin fails if it is a socketpair.
Subprocess opening /dev/stdin fails if it is a socketpair.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: