summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2021-11-25-09-15-04.bpo-41498.qAk5eo.rst
blob: 18dc290dafd027d775768cef111050abd1fae30a (plain)
1
2
3
4
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.