STINNER Victor added the comment: Antoine asks me on Rietveld why I chose to round up in signal.sigtimedwait().
I consider that sigtimedwait() is similar to select and kqueue: it's a function to wait for an event with a timeout. IMO it should use the same rounding method. Don't you think so? I don't really care how sigtimedwait() rounds its timeout, I just tried to be consistent. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20320> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com