-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
GH-98407: fix test_kill_issue43884
to not leak child processes
#98491
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
kumaraditya303
commented
Oct 20, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: AMD64 Ubuntu Shared 3.x: python processes killed with SIGKILL by Linux Out-of-Memory (OOM), maybe related to test_asyncio #98407
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 65ed5bf 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
test_kill_issue43884
test_kill_issue43884
to not leak child processes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like confirmation from the OP (@db3l) that this indeed no longer leaves orphan processes hanging around (for more than 2 seconds :-).
@gvanrossum I can confirm that this PR built locally leaves no processes. I'll also watch for the regular buildbot run post-merge. |
Thanks @kumaraditya303 for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
pythonGH-98491) (cherry picked from commit 3b2724a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
GH-98613 is a backport of this pull request to the 3.11 branch. |
I don't understand this change. |
Rationale for |