Charles-François Natali <neolo...@free.fr> added the comment: > New changeset f8c49a930015 by Victor Stinner in branch 'default': > Issue #8407: The signal handler writes the signal number as a single byte > http://hg.python.org/cpython/rev/f8c49a930015
There's a race. If a signal is received while is_tripped is set, the signal number won't be written to the wakeup FD. Patch attached. ---------- Added file: http://bugs.python.org/file22093/sig_wakeup_race.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8407> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com