]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 1 Apr 2020 00:48:37 +0000 (01:48 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 00:48:37 +0000 (17:48 -0700)
commit6eb9619c88612565b424be14196a8adae6d51978
treeb295f9ae0dbcd895714d901b46f2f449a9335b9f
parentafeaea2d6e346f627b24cc9e84e2986a7266a70e
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)

Running `test_socket` or anything that depends on it (like python -m
test.pythoninfo) crashes if IOCTL_VM_SOCKETS_GET_LOCAL_CID does not
exist in the socket module.

Automerge-Triggered-By: @pablogsal
Lib/test/test_socket.py