-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
[3.11] GH-95736: fix IsolatedAsyncioTestCase to initialize Runner bef… #96042
Conversation
e005772
to
e9c7d24
Compare
…er before calling setup functions (pythonGH-95898) (cherry picked from commit 9d51599) Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
e9c7d24
to
ab95cf7
Compare
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit ab95cf7 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
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 discussed this with @pablogsal and he says it's okay to backport. He will review and approve when he's seen the code.
Marked it as do-not-merge just to give @pablogsal a chance to review before it is merged. Pablo, once you agree that this can be merged into 3.11 please remove that label and approve the PR. |
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.
LGTM
Thanks for pinging me! 👍
…ore calling setup functions (GH-95898)
(cherry picked from commit 9d51599)
Co-authored-by: Kumar Aditya [email protected]
Co-authored-by: Serhiy Storchaka [email protected]
IsolatedAsyncioTestCase
does not callasyncio.set_event_loop
beforesetUp
anymore,asyncio.Runner
+PidFdChildWatcher
leaves zombie processes #95736