| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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>
|
It would be good to have a buildbot validating these but is simple enough to go ahead |
Sorry, something went wrong.
We'll get some smoke tests for the problem when we have wasm builds. |
Sorry, something went wrong.
|
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, something went wrong.
|
Sorry, @tiran, I could not cleanly backport this to 3.9 due to a conflict. |
Sorry, something went wrong.
|
GH-29773 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
(cherry picked from commit dc19e86) Co-authored-by: Christian Heimes <christian@python.org>
). (cherry picked from commit dc19e86) Co-authored-by: Christian Heimes <christian@python.org>
|
GH-29774 is a backport of this pull request to the 3.9 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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