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 eryksun
Recipients eryksun, paul.moore, socketpair, steve.dower, tim.golden, zach.ware
Date 2016-06-18.12:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466253067.71.0.338283929852.issue27346@psf.upfronthosting.co.za>
In-reply-to
Content
ReadFileScatter and WriteFileGather also require a handle for a file that's opened with FILE_FLAG_OVERLAPPED (asynchronous access; the file pointer is not updated) and FILE_FLAG_NO_BUFFERING (buffers must be a multiple of the physical sector size and aligned to the physical sector size). So Python wouldn't be able to use the C runtime's POSIX (low) I/O implementation. ISTM this requires resolving issue 12939, with support for overlapped I/O.
History
Date User Action Args
2016-06-18 12:31:07eryksunsetrecipients: + eryksun, paul.moore, tim.golden, socketpair, zach.ware, steve.dower
2016-06-18 12:31:07eryksunsetmessageid: <1466253067.71.0.338283929852.issue27346@psf.upfronthosting.co.za>
2016-06-18 12:31:07eryksunlinkissue27346 messages
2016-06-18 12:31:06eryksuncreate