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 shihai1991
Recipients Asheesh.Laroia, serhiy.storchaka, shihai1991, sxt1001, vstinner
Date 2021-11-02.17:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635874061.1.0.251160712671.issue45444@roundup.psfhosted.org>
In-reply-to
Content
> I use the Linux operating system (openeuler), kernel version 4.19.90, GCC version 7.3.0. I directly run the following statement in the virtual machine

Hm. I haven't openeuler system, but I get docker container of the euler system.
The tests have passed in my docker containers(x86_64/aarch64).
My aarch64 systeminfo: Linux version 4.19.36-vhulk1907.1.0.h1088.eulerosv2r8.aarch64 (abuild@szxrtosci10000) (gcc version 7.3.0 (GCC)) #1 SMP Fri Aug 6 17:40:05 UTC 2021
build cmd: ./configure && make -j

and the output of `./python -m test.pythoninfo`:
test_socket.HAVE_SOCKET_ALG: True
test_socket.HAVE_SOCKET_BLUETOOTH: False
test_socket.HAVE_SOCKET_CAN: True
test_socket.HAVE_SOCKET_CAN_ISOTP: False
test_socket.HAVE_SOCKET_CAN_J1939: False
test_socket.HAVE_SOCKET_QIPCRTR: False
test_socket.HAVE_SOCKET_RDS: False
test_socket.HAVE_SOCKET_UDPLITE: True
test_socket.HAVE_SOCKET_VSOCK: False
test_support._is_gui_available: False

I checked the `test_socket.HAVE_SOCKET_QIPCRTR` and haven't find the correlation with test_concurrent_futures.py.
History
Date User Action Args
2021-11-02 17:27:41shihai1991setrecipients: + shihai1991, vstinner, Asheesh.Laroia, serhiy.storchaka, sxt1001
2021-11-02 17:27:41shihai1991setmessageid: <1635874061.1.0.251160712671.issue45444@roundup.psfhosted.org>
2021-11-02 17:27:41shihai1991linkissue45444 messages
2021-11-02 17:27:40shihai1991create