This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Jáchym Barvínek, kkumer, markmcclain, mgorny, pablogsal, vstinner
Date 2020-09-21.08:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600678587.5.0.251505109616.issue35247@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-09-21 08:56:27vstinnersetrecipients: + vstinner, mgorny, Jáchym Barvínek, pablogsal, markmcclain, kkumer
2020-09-21 08:56:27vstinnersetmessageid: <1600678587.5.0.251505109616.issue35247@roundup.psfhosted.org>
2020-09-21 08:56:27vstinnerlinkissue35247 messages
2020-09-21 08:56:27vstinnercreate