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
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 stdout
asyncio
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. |
Misc/NEWS.d/next/Library/2022-12-10-08-36-07.gh-issue-100133.g-zQlp.rst
Outdated
Show resolved
Hide resolved
After this lands, I'll merge #100194. Separately, I have created https://kumaraditya303.github.io/asyncio-coverage/ to track |
Looks like it should also be backported. |
Thanks @kumaraditya303 for the PR |
GH-100398 is a backport of this pull request to the 3.11 branch. |
…` output (pythonGH-100154) (cherry picked from commit a7715cc) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>