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 socketpair
Recipients docs@python, socketpair
Date 2016-05-14.17:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463247246.11.0.121733863987.issue27021@psf.upfronthosting.co.za>
In-reply-to
Content
Really, os.writev() suffer from SC_IOV_MAX. This is documented for socket.sendmsg(), but not for os.writev():

The operating system may set a limit (sysconf() value SC_IOV_MAX) on the number of buffers that can be used.
History
Date User Action Args
2016-05-14 17:34:06socketpairsetrecipients: + socketpair, docs@python
2016-05-14 17:34:06socketpairsetmessageid: <1463247246.11.0.121733863987.issue27021@psf.upfronthosting.co.za>
2016-05-14 17:34:06socketpairlinkissue27021 messages
2016-05-14 17:34:05socketpaircreate