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

bpo-41498: Fix build on platforms without sigset_t (GH-29770) #29770

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Nov 25, 2021

Python now compiles on platforms without sigset_t. Several functions
in :mod:signal are not available when sigset_t is missing.

Based on patch by Roman Yurchak for pyodide.

Signed-off-by: Christian Heimes [email protected]

https://bugs.python.org/issue41498

Python now compiles on platforms without ``sigset_t``. Several functions
in :mod:`signal` are not available when ``sigset_t`` is missing.

Based on patch by Roman Yurchak for pyodide.

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran force-pushed the bpo-41498-sigset_t branch from 86474f4 to 691eef3 Compare November 25, 2021 10:25
@pablogsal
Copy link
Member

It would be good to have a buildbot validating these but is simple enough to go ahead

@tiran
Copy link
Member Author

tiran commented Nov 25, 2021

It would be good to have a buildbot validating these but is simple enough to go ahead

We'll get some smoke tests for the problem when we have wasm builds.

@tiran tiran changed the title bpo-41498: Fix build on platforms without sigset_t bpo-41498: Fix build on platforms without sigset_t (GH-29770) Nov 25, 2021
@tiran tiran merged commit dc19e86 into python:main Nov 25, 2021
@tiran tiran deleted the bpo-41498-sigset_t branch November 25, 2021 11:28
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry, @tiran, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker dc19e8698327cae3d6274b73c135375955f1d0d0 3.9

@bedevere-bot
Copy link

GH-29773 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 25, 2021
(cherry picked from commit dc19e86)

Co-authored-by: Christian Heimes <[email protected]>
tiran added a commit to tiran/cpython that referenced this pull request Nov 25, 2021
).

(cherry picked from commit dc19e86)

Co-authored-by: Christian Heimes <[email protected]>
@bedevere-bot
Copy link

GH-29774 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Nov 25, 2021
miss-islington added a commit that referenced this pull request Nov 25, 2021
…H-29773)

(cherry picked from commit dc19e86)


Co-authored-by: Christian Heimes <[email protected]>

Automerge-Triggered-By: GH:tiran
tiran added a commit that referenced this pull request Nov 25, 2021
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants