{{ message }}
bpo-41498: Fix build on platforms without sigset_t (GH-29770)#29770
Merged
tiran merged 1 commit intoNov 25, 2021
Merged
Conversation
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>
86474f4 to
691eef3
Compare
November 25, 2021 10:25
pablogsal
approved these changes
Nov 25, 2021
Member
|
It would be good to have a buildbot validating these but is simple enough to go ahead |
Sorry, something went wrong.
Member
Author
We'll get some smoke tests for the problem when we have wasm builds. |
Sorry, something went wrong.
Contributor
|
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, something went wrong.
Contributor
|
Sorry, @tiran, I could not cleanly backport this to |
Sorry, something went wrong.
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>
miss-islington
added a commit
that referenced
this pull request
Nov 25, 2021
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Python now compiles on platforms without
sigset_t. Several functionsin :mod:
signalare not available whensigset_tis missing.Based on patch by Roman Yurchak for pyodide.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue41498