Марк Коренберг added the comment:

Proof for sendmsg:

In [1]: import socket
In [2]: (r, w) = socket.socketpair()
In [3]: w.sendmsg((i for i in [b'1', b'2']))
Out[3]: 2

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27020>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to