[issue45895] _Py_Sigset_Converter used without #ifdef HAVE_SIGSET_T check

2021-11-25 Thread Christian Heimes
Christian Heimes added the comment: The problem has been reported before in bpo-41498. -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T not set

[issue45895] _Py_Sigset_Converter used without #ifdef HAVE_SIGSET_T check

2021-11-24 Thread Christian Heimes
New submission from Christian Heimes : posixmodule.c defines _Py_Sigset_Converter() only when feature macro HAVE_SIGSET_T is set. Several use of the function miss the feature macro check and fail on platforms without sigset_t (e.g. wasm). Modules/posixmodule.c:5939:14: error: implicit