[3.11] GH-95736: fix IsolatedAsyncioTestCase to initialize Runner bef…#96042
[3.11] GH-95736: fix IsolatedAsyncioTestCase to initialize Runner bef…#96042pablogsal merged 1 commit into
Conversation
e005772 to
e9c7d24
Compare
August 17, 2022 11:28
…er before calling setup functions (pythonGH-95898) (cherry picked from commit 9d51599) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
e9c7d24 to
ab95cf7
Compare
August 17, 2022 12:58
|
🤖 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. |
Sorry, something went wrong.
gvanrossum
left a comment
There was a problem hiding this comment.
I discussed this with @pablogsal and he says it's okay to backport. He will review and approve when he's seen the code.
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
pablogsal
left a comment
There was a problem hiding this comment.
LGTM
Thanks for pinging me! 👍
Sorry, something went wrong.
…ore calling setup functions (GH-95898)
(cherry picked from commit 9d51599)
Co-authored-by: Kumar Aditya 59607654+kumaraditya303@users.noreply.github.com
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
IsolatedAsyncioTestCasedoes not callasyncio.set_event_loopbeforesetUpanymore,asyncio.Runner+PidFdChildWatcherleaves zombie processes #95736