]> granicus.if.org Git - python/commit
[3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 11 Sep 2019 10:40:36 +0000 (13:40 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 10:40:36 +0000 (13:40 +0300)
commit4601f7a49fe8ed00c4b6b70b0eda2b3922568e9b
tree4a52abadaf3d6be61df7a17de12cb90e1de4b941
parent80db4b4be54ccdb5b67821506b6db2b27bd7c28a
[3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)

https://bugs.python.org/issue36373
(cherry picked from commit 7264e92b718d307cc499b2f10eab7644b00f0499)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/locks.py
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_queues.py
Lib/unittest/async_case.py