[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

STINNER Victor report at bugs.python.org
Mon Sep 21 04:56:27 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I don't know what is RDS. How can I enable it on my Fedora?

10:54:43 vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue35247>
_______________________________________


More information about the Python-bugs-list mailing list