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 pitrou
Recipients alexandre.vassalotti, gregory.p.smith, pitrou
Date 2008-06-08.10:08:19
SpamBayes Score 0.3126956
Marked as misclassified No
Message-id <1212919708.8.0.124677026201.issue2523@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the fixes.

By the way, I don't know much about non-blocking streams, but it seems
to me that "optimal" non-blocking read() would require that the chunks
we ask to the OS are block-aligned, which is not the case currently (we
use 2*avail, which can be an arbitrary value).
History
Date User Action Args
2008-06-08 10:08:38pitrousetspambayes_score: 0.312696 -> 0.3126956
recipients: + pitrou, gregory.p.smith, alexandre.vassalotti
2008-06-08 10:08:28pitrousetspambayes_score: 0.312696 -> 0.312696
messageid: <1212919708.8.0.124677026201.issue2523@psf.upfronthosting.co.za>
2008-06-08 10:08:27pitroulinkissue2523 messages
2008-06-08 10:08:26pitroucreate