]> granicus.if.org Git - python/commit
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 11:26:54 +0000 (04:26 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 11:26:54 +0000 (04:26 -0700)
commitbb8fc8bd309419c159b632068dff73c3c76d478c
tree1e2a9ae3cd45995c0edbdbfb3dac44b10a460c2e
parentab74e52f768be5048faf2a11e78822533afebcb7
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920)

This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

Third step: locks.py

https://bugs.python.org/issue36373
(cherry picked from commit 537877d85d1c27d2c2f5189e39da64a7a0c413d3)

Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
Doc/library/asyncio-sync.rst
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_tasks.py