[pypy-issue] Issue #2527: socket does not support sendmsg / recvmsg methods (pypy/pypy)

chrysn issues-reply at bitbucket.org
Tue Apr 4 03:13:33 EDT 2017


New issue 2527: socket does not support sendmsg / recvmsg methods
https://bitbucket.org/pypy/pypy/issues/2527/socket-does-not-support-sendmsg-recvmsg

chrysn:

pypy3 v5.7.1 does not support the socket.sendmsg() method, which is part of Python3 since 3.3. The system call is necessary when exchanging UDP packages with many peers (similar to sendto), and the local interfaces addresses or receiving ICMP errors is relevant. An example user is the aiocoap library. The recvmsg method is its analogous receiving method.

Please consider adding the the sendmsg / recvmsg pair to PyPy.




More information about the pypy-issue mailing list