[issue38874] asyncio.Queue: putting items out of order when it is full

Andrew Svetlov report at bugs.python.org
Thu Nov 21 08:00:10 EST 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I still don't understand the problem.
If the queue is full new items still are added in the order of `await q.put()` calls.
If there are multiple producers the order of adding items into the queue is still the order of `q.put()`.

Do you have a code example that demonstrates the opposite behavior?

----------

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


More information about the Python-bugs-list mailing list