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 rosslagerwall
Recipients georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-05.06:16:53
SpamBayes Score 2.6383492e-07
Marked as misclassified No
Message-id <1294208216.25.0.611338845875.issue10812@psf.upfronthosting.co.za>
In-reply-to
Content
This patch:

Fixes test_lutimes(),
Ignores a posix_fallocate() failure on Solaris due to ZFS,
Changes readv() & writev() signatures such that they take sequences instead of tuples,
Changes readv() so that it takes a number of writable buffers, fills them and returns the total number of bytes read.
History
Date User Action Args
2011-01-05 06:16:56rosslagerwallsetrecipients: + rosslagerwall, loewis, georg.brandl, gregory.p.smith, pitrou, giampaolo.rodola
2011-01-05 06:16:56rosslagerwallsetmessageid: <1294208216.25.0.611338845875.issue10812@psf.upfronthosting.co.za>
2011-01-05 06:16:54rosslagerwalllinkissue10812 messages
2011-01-05 06:16:54rosslagerwallcreate