[issue21895] signal.pause() and signal handlers don't react to SIGCHLD in non-main thread

STINNER Victor report at bugs.python.org
Tue Mar 21 21:10:04 EDT 2017


STINNER Victor added the comment:

2017-03-22 1:55 GMT+01:00 Nathaniel Smith <report at bugs.python.org>:
> + for some reason set_wakeup_fd doesn't work for me on Windows (no idea why, can't reproduce in simplified tests, might be my fault, need to debug),

I modified signal.set_wakeup_fd() to accept a socket handle on
Windows. Are you using socket.socketpair() on Windows? Or do you pass
a pipe?

----------

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


More information about the Python-bugs-list mailing list