[issue21085] compile error Python3.3 on Cygwin

STINNER Victor report at bugs.python.org
Mon Mar 31 18:13:28 CEST 2014


STINNER Victor added the comment:

Can you try to comment si_band code in signalmodule.c, and then run test_signal to see if sigwaitinfo works on Windows? test_sigwaitinfo() uses signal.alarm(1): does it work on Windows (with Cygwin)? (sigwaitinfo doc says "Availability: Unix.")

----------

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


More information about the Python-bugs-list mailing list