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@python components: Documentation messages: 265537 nosy: docs@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 <rep...@bugs.python.org> <http://bugs.python.org/issue27021> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com