This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hniksic
Recipients asvetlov, docs@python, germn, hniksic, yselivanov
Date 2019-05-04.17:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556991558.73.0.526935541964.issue36794@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-04 17:39:18hniksicsetrecipients: + hniksic, asvetlov, docs@python, yselivanov, germn
2019-05-04 17:39:18hniksicsetmessageid: <1556991558.73.0.526935541964.issue36794@roundup.psfhosted.org>
2019-05-04 17:39:18hniksiclinkissue36794 messages
2019-05-04 17:39:18hniksiccreate