Message341394
| 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:18 | hniksic | set | recipients: + hniksic, asvetlov, docs@python, yselivanov, germn |
| 2019-05-04 17:39:18 | hniksic | set | messageid: <1556991558.73.0.526935541964.issue36794@roundup.psfhosted.org> |
| 2019-05-04 17:39:18 | hniksic | link | issue36794 messages |
| 2019-05-04 17:39:18 | hniksic | create | |