-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" #19270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@pablogsal: Status check is done, and it's a success ✅ . |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
Sorry @pablogsal, I had trouble checking out the |
…pythonGH-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 (cherry picked from commit 6eb9619) Co-authored-by: Pablo Galindo <[email protected]>
GH-19271 is a backport of this pull request to the 3.7 branch. |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-19272 is a backport of this pull request to the 3.8 branch. |
…pythonGH-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 (cherry picked from commit 6eb9619) Co-authored-by: Pablo Galindo <[email protected]>
…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 (cherry picked from commit 6eb9619) Co-authored-by: Pablo Galindo <[email protected]>
…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 (cherry picked from commit 6eb9619) Co-authored-by: Pablo Galindo <[email protected]>
|
Running
test_socket
or anything that depends on it (like python -mtest.pythoninfo) crashes if IOCTL_VM_SOCKETS_GET_LOCAL_CID does not
exist in the socket module.
Automerge-Triggered-By: @pablogsal