[issue27021] It is not documented that os.writev() suffer from SC_IOV_MAX

Марк Коренберг report at bugs.python.org
Sat May 14 13:34:06 EDT 2016


New submission from Марк Коренберг:

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.

----------
assignee: docs at python
components: Documentation
messages: 265537
nosy: docs at python, mmarkk
priority: normal
severity: normal
status: open
title: It is not documented that os.writev() suffer from SC_IOV_MAX
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27021>
_______________________________________


More information about the Python-bugs-list mailing list