Hrvoje Nikšić <hnik...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue36794> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com