-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-110184: Fix subprocess test_pipesize_default() #110465
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
Conversation
For proc.stdin, get the size of the read end of the pipe. Use subprocess context manager ("with proc:").
!buildbot s390x |
🤖 New build scheduled with the buildbot fleet by @vstinner for commit f08aa06 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Failed with: |
I stopped the build, Refleaks test is useless here. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
GH-110471 is a backport of this pull request to the 3.12 branch. |
GH-110472 is a backport of this pull request to the 3.11 branch. |
) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
…110471) gh-110184: Fix subprocess test_pipesize_default() (GH-110465) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
…110472) gh-110184: Fix subprocess test_pipesize_default() (GH-110465) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:").
For proc.stdin, get the size of the read end of the pipe.
Use subprocess context manager ("with proc:").