-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
test.pythoninfo no longer requires socket #93191
Conversation
test.pythoninfo no longer fails if "import socket" fails: the socket module is now optional.
Fix this buildbot failure: https://buildbot.python.org/all/#builders/483/builds/2438 The _socket extension failed to build:
|
I proposed #93192 to fix it. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-93194 is a backport of this pull request to the 3.10 branch. |
test.pythoninfo no longer fails if "import socket" fails: the socket module is now optional. (cherry picked from commit 4a31ed8) Co-authored-by: Victor Stinner <vstinner@python.org>
test.pythoninfo no longer fails if "import socket" fails: the socket module is now optional. (cherry picked from commit 4a31ed8) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-93195 is a backport of this pull request to the 3.11 branch. |
test.pythoninfo no longer fails if "import socket" fails: the socket module is now optional. (cherry picked from commit 4a31ed8) Co-authored-by: Victor Stinner <vstinner@python.org>
test.pythoninfo no longer fails if "import socket" fails: the socket module is now optional. (cherry picked from commit 4a31ed8) Co-authored-by: Victor Stinner <vstinner@python.org>
test.pythoninfo no longer fails if "import socket" fails: the socket
module is now optional.