Optional socket module functionality missing in pypy 3.6/7
quite a number of features of the socket module are optional and their tests hidden behind a hasattr(...)
. We don't implement a number of them:
-
method recvmsg_into
is missing -
RDS https://linux.die.net/man/7/rds -
AF_ALG needs new type of address -
VSOCK (new in 3.7) -
if_nameindex
-
sethostname
-
SocketCAN