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
GH-100133: fix asyncio subprocess losing stderr and stdout output
#100154
base: main
Are you sure you want to change the base?
Conversation
kumaraditya303
commented
Dec 10, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: asyncio subprocess stdout occasionally lost (3.11.0 → 3.11.1 regression) #100133
asyncio subprocess losing stderr and stdoutasyncio subprocess losing stderr and stdout output
|
If you want to schedule another build, you need to add the " |
|
Meta-comment: even though the commits will be squashed, as a reviewer I still appreciate more meaningful commit descriptions. (See also https://xkcd.com/1296/ :-) I'll review later. |
|
Ok will do next time, I was in hurry for this one and being not well doesn't help either :( |
|
Hm, this should probably still be a draft. Also, I'd like to understand what change between 3.11.0 and 3.11.1 caused the regression, so I'm bisecting. |

