bpo-41498: Fix build on platforms without sigset_t (GH-29770) by tiran · Pull Request #29770 · python/cpython
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>
tiran
changed the title
bpo-41498: Fix build on platforms without sigset_t
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
tiran
deleted the
bpo-41498-sigset_t
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>
miss-islington added a commit that referenced this pull request
Nov 25, 2021tiran added a commit that referenced this pull request
Nov 25, 2021…H-29774) Co-authored-by: Christian Heimes <christian@python.org>
tiran
mentioned this pull request
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