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 sable
Recipients sable
Date 2010-09-20.16:21:25
SpamBayes Score 0.00018986693
Marked as misclassified No
Message-id <1284999689.43.0.912730250482.issue9862@psf.upfronthosting.co.za>
In-reply-to
Content
PIPE_BUF in unistd.h is defined to 32768.

The test works with PIPE_BUF changed up to 6144 but won't work with 7168.

We could probably use 4096 as a safe value for faster result if needed.
I just do not define the value and leave the default of 512 be used.

Here is my patch which has been verified to work OK and should be applied to py3k and py27.
History
Date User Action Args
2010-09-20 16:21:29sablesetrecipients: + sable
2010-09-20 16:21:29sablesetmessageid: <1284999689.43.0.912730250482.issue9862@psf.upfronthosting.co.za>
2010-09-20 16:21:26sablelinkissue9862 messages
2010-09-20 16:21:26sablecreate