]> granicus.if.org Git - python/commit
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks]...
authorEmmanuel Arias <emmanuelarias30@gmail.com>
Tue, 10 Sep 2019 10:55:07 +0000 (07:55 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 10:55:07 +0000 (03:55 -0700)
commit537877d85d1c27d2c2f5189e39da64a7a0c413d3
tree44b52523924c0c5496ceba24ffbe0b6ba95e569f
parent9669931e5e76cf4b6ae6d3d66e699b5fd6ffe931
 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
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