]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 7 Jan 2020 14:55:19 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 14:55:19 +0000 (16:55 +0200)
commit4112a3da2e01ecc19e9f54b8ac7b383b6f5e85c8
tree00241da39d605a863f909a7827467ce618b5195f
parenta6b37589a05c63abec122d3a00785641a3bcd85a
[3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)

https://bugs.python.org/issue39191.
(cherry picked from commit 10ac0cded26d91c3468e5e5a87cecad7fc0bcebd)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py