Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to