]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 7 Jan 2020 13:23:01 +0000 (15:23 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jan 2020 13:23:01 +0000 (05:23 -0800)
commit10ac0cded26d91c3468e5e5a87cecad7fc0bcebd
tree8adf1c1be164e312c31d927105c60d04ca69a094
parentca94677a6216e2d41b04574986ce49d31a0b329c
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)

https://bugs.python.org/issue39191
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py