Guido van Rossum <gu...@python.org> added the comment:

Note that Go channels have an optional buffer.  That makes them more like the 
queue module, except the latter doesn't support zero-sized queues.  How hard 
would it be to add that?  And are there really use cases in Python for 
unbuffered channels?

----------

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

Reply via email to