Armin Rigo <[email protected]> added the comment:

Scapy is trying to open a socket with family=AF_PACKET.  It is a known issue
that PyPy's socket module only supports the common families, and not the many
others.  Thanks for the report anyway: it shows that there is still some
interest in some of these other families.  If you or anyone else feels like
implementing AF_PACKET, he is welcome!

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1525>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to