bpo-41498: Fix build on platforms without sigset_t (GH-29770) by tiran · Pull Request #29770 · python/cpython

@tiran

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

@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 deleted the bpo-41498-sigset_t branch

November 25, 2021 11:28

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
…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>

@tiran tiran mentioned this pull request

Nov 25, 2021

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021