bpo-39191: Fix RuntimeWarning in asyncio test#17863
Conversation
tirkarthi
left a comment
There was a problem hiding this comment.
Slightly offtopic, the last patch that caused this warning had a typo _check_runnung which is trivial and can be fixed with this PR.
|
You are right. I've fixed the typo. |
|
Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
|
Sorry, @asvetlov, I could not cleanly backport this to |
|
Sorry @asvetlov, I had trouble checking out the |
|
GH-17894 is a backport of this pull request to the 3.8 branch. |
https://bugs.python.org/issue39191. (cherry picked from commit 10ac0cd) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
|
GH-17895 is a backport of this pull request to the 3.7 branch. |
|
Thanks for the review, @tirkarthi |
https://bugs.python.org/issue39191. (cherry picked from commit 10ac0cd) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
https://bugs.python.org/issue39191
Automerge-Triggered-By: @asvetlov