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. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue