[issue14060] Implement a CSP-style channel

Guido van Rossum report at bugs.python.org
Mon Feb 20 05:06:43 CET 2012


Guido van Rossum <guido at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14060>
_______________________________________


More information about the Python-bugs-list mailing list