gh-95174: WASI: skip missing sockets functions (GH-95179)#95179
gh-95174: WASI: skip missing sockets functions (GH-95179)#95179tiran merged 2 commits intopython:mainfrom
Conversation
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit d391cfad9a4ee14a2efc228bc70cdb8c0d62db02 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit 08c0117068395faa4a588a8202338861d842543c 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
bb3692b to
3b8efe3
Compare
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit 3b8efe3374513544b7a34a686531f1ec3f7aea45 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
WASI can only create sockets from an existing file descriptor. Hostname looks are not available. - check for missing ``sys/socket.h`` functions - handle missing ``netdb.h`` functions
|
I have moved some changes into GH-95229 to have a clean split between socket-related changes and other changes. |
|
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Sorry, @tiran, I could not cleanly backport this to |
|
GH-95308 is a backport of this pull request to the 3.11 branch. |
WASI can only create sockets from an existing file descriptor. Hostname
lookups are not available.
sys/socket.hfunctionsnetdb.hfunctions