STINNER Victor <vstin...@python.org> added the comment:
I don't know what is RDS. How can I enable it on my Fedora? 10:54:43 vstinner@apu$ ./python -m test test_socket -m RDSTest -v testPeek (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' testSelect (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' testSendAndRecv (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' testSendAndRecvMsg (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' testSendAndRecvMulti (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' $ ./python Python 3.8.6rc1+ (heads/3.8:e3d0e9bab9, Sep 10 2020, 16:05:50) [GCC 10.2.1 20200723 (Red Hat 10.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import socket; socket.socket(socket.PF_RDS, socket.SOCK_SEQPACKET, 0) (...) OSError: [Errno 97] Address family not supported by protocol ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35247> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com