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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
@miss-islington
Copy link
Contributor

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

@tiran tiran deleted the gh-95174-subprocess branch July 24, 2022 06:04
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 24, 2022
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 24, 2022
@bedevere-bot
Copy link

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 <[email protected]>
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.

4 participants