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 Yaroslav.Halchenko, benjamin.peterson, eryksun
Date 2017-10-01.03:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506827439.08.0.213398074469.issue31651@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally, the FileIO documentation states the following:

    The read() (when called with a positive argument), readinto() and 
    write() methods on this class will only make one system call.

The Linux man page for write() in turn states this:

    On Linux, write() (and similar system calls) will transfer at most 
    0x7ffff000 (2,147,479,552) bytes, returning the number of bytes 
    actually transferred.  (This is true on both 32-bit and 64-bit 
    systems.)
History
Date User Action Args
2017-10-01 03:10:39eryksunsetrecipients: + eryksun, benjamin.peterson, Yaroslav.Halchenko
2017-10-01 03:10:39eryksunsetmessageid: <1506827439.08.0.213398074469.issue31651@psf.upfronthosting.co.za>
2017-10-01 03:10:39eryksunlinkissue31651 messages
2017-10-01 03:10:38eryksuncreate