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 yselivanov
Recipients asvetlov, hyzyla, python-dev, yselivanov
Date 2022-03-15.19:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647371419.51.0.454955797218.issue45997@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-03-15 19:10:19yselivanovsetrecipients: + yselivanov, asvetlov, python-dev, hyzyla
2022-03-15 19:10:19yselivanovsetmessageid: <1647371419.51.0.454955797218.issue45997@roundup.psfhosted.org>
2022-03-15 19:10:19yselivanovlinkissue45997 messages
2022-03-15 19:10:19yselivanovcreate