[issue45997] asyncio.Semaphore waiters deque doesn't work

Yury Selivanov report at bugs.python.org
Tue Mar 15 15:10:19 EDT 2022


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

Andrew, the same problem exists in asyncio.Queue which is also critical. Here's how I fixed it in edgedb code base: https://github.com/edgedb/edgedb/blob/08e41341024828df22a01cd690b11fcff00bca5e/edb/server/compiler_pool/queue.py#L51-L74

----------

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


More information about the Python-bugs-list mailing list