[issue21085] compile error Python3.3 on Cygwin

STINNER Victor report at bugs.python.org
Fri Mar 28 16:27:57 CET 2014


STINNER Victor added the comment:

> ./Modules/signalmodule.c:745:5: error: ‘siginfo_t’ has no member named ‘si_band’

This code is conditional, it is surrounded by:

#if defined(HAVE_SIGWAITINFO) || defined(HAVE_SIGTIMEDWAIT)

Does Windows support sigwaitinfo() or sigtimedwait()? I would be surprised. You used configure? Check pyconfig.h for these two constants.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21085>
_______________________________________


More information about the Python-bugs-list mailing list