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

Commits on Nov 25, 2021

  1. bpo-41498: Fix build on platforms without sigset_t

    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 committed Nov 25, 2021