Thomas Kluyver <tho...@kluyver.me.uk> added the comment:

It's not my decision, so I can't really say. But the Queue API is pretty 
stable, and exists 3 times over in Python (the queue module for use with 
threads, in multiprocessing and in asyncio). So I'd guess that anyone wanting 
to add to that API would need to make a compelling case for why it's important, 
and be prepared for a lot of wrangling over API details (like method names and 
exceptions).

If you want to push that idea, you could try the ideas board on the Python 
discourse forum: https://discuss.python.org/c/ideas/6 .

You might also want to look at previous discussions about adding a 
Queue.close() method: issue29701 and issue40888.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to