[issue42392] remove the 'loop' parameter from __init__ in all classes in asyncio.locks

Yury Selivanov report at bugs.python.org
Tue Nov 17 14:05:18 EST 2020


Yury Selivanov <yselivanov at gmail.com> added the comment:

(or alternatively they can cache the running `loop`, but the first loop lookup should be performed with `asyncio.get_running_loop()`)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42392>
_______________________________________


More information about the Python-bugs-list mailing list