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 christian@python.org

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 <christian@python.org>
@pablogsal
Copy link
Member

pablogsal commented Nov 25, 2021

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
12 checks passed
@tiran tiran deleted the bpo-41498-sigset_t branch Nov 25, 2021
@miss-islington
Copy link
Contributor

miss-islington commented Nov 25, 2021

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

@miss-islington
Copy link
Contributor

miss-islington commented Nov 25, 2021

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

bedevere-bot commented Nov 25, 2021

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 <christian@python.org>
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 <christian@python.org>
@bedevere-bot
Copy link

bedevere-bot commented Nov 25, 2021

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

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 <christian@python.org>

Automerge-Triggered-By: GH:tiran
tiran added a commit that referenced this pull request Nov 25, 2021
…H-29774)

Co-authored-by: Christian Heimes <christian@python.org>
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.

None yet

5 participants