This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients anacrolix, gvanrossum
Date 2012-02-20.04:06:42
SpamBayes Score 0.005958099
Marked as misclassified No
Message-id <1329710803.22.0.804055832901.issue14060@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-02-20 04:06:43gvanrossumsetrecipients: + gvanrossum, anacrolix
2012-02-20 04:06:43gvanrossumsetmessageid: <1329710803.22.0.804055832901.issue14060@psf.upfronthosting.co.za>
2012-02-20 04:06:42gvanrossumlinkissue14060 messages
2012-02-20 04:06:42gvanrossumcreate