]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_socket on Cygwin (#149913)
authorVictor Stinner <vstinner@python.org>
Sat, 16 May 2026 10:02:19 +0000 (12:02 +0200)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 10:02:19 +0000 (10:02 +0000)
commita7ed0c9e1dee1397e80e2e0d90d110155da2bc30
tree2899b2c7346d1d6003c7b1279b1782820d7e6972
parent436a6f289402553ca2bf1308881d85861e5d8a22
gh-149879: Fix test_socket on Cygwin (#149913)

Disable SCM_RIGHTS, recvmsg(), sendmsg() and sethostname() on Cygwin.
Lib/test/test_socket.py
Modules/socketmodule.c