Skip to content
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

gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181) #95181

Merged
merged 1 commit into from Jul 24, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Jul 23, 2022

WASI has no process or netdb API. The code will fail with AttributeError
when we remove the stubs from WASIX.

WASI has no process or netdb API. The code will fail with AttributeError
when we remove the stubs from WASIX.
Copy link
Member

@gpshead gpshead left a comment

ugh, but this does seem to be the simplest way for now.

@tiran tiran changed the title gh-95174: Handle missing waitpid and gethostbyname in WASI gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181) Jul 24, 2022
@tiran tiran merged commit 8184f0f into python:main Jul 24, 2022
12 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jul 24, 2022

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒🤖

@tiran tiran deleted the gh-95174-subprocess branch Jul 24, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 24, 2022
…honGH-95181)

(cherry picked from commit 8184f0f)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

bedevere-bot commented Jul 24, 2022

GH-95190 is a backport of this pull request to the 3.11 branch.

miss-islington added a commit that referenced this pull request Jul 24, 2022
(cherry picked from commit 8184f0f)

Co-authored-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants