[docs] [issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6

Hrvoje Nikšić report at bugs.python.org
Sat May 4 13:39:18 EDT 2019


Hrvoje Nikšić <hniksic at gmail.com> added the comment:

Also, the docstring of asyncio.Lock still states:

    When more than one coroutine is blocked in acquire() waiting for
    the state to turn to unlocked, only one coroutine proceeds when a
    release() call resets the state to unlocked; first coroutine which
    is blocked in acquire() is being processed.

----------
nosy: +hniksic

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


More information about the docs mailing list