Message 211036 - Python tracker (original) (raw)
Message211036
Author | vstinner |
---|---|
Recipients | belopolsky, neologix, pitrou, serhiy.storchaka, skrah, vstinner |
Date | 2014-02-11.23:17:33 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1392160653.45.0.507810788686.issue20320@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
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. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-02-11 23:17:33 | vstinner | set | recipients: + vstinner, belopolsky, pitrou, skrah, neologix, serhiy.storchaka |
2014-02-11 23:17:33 | vstinner | set | messageid: 1392160653.45.0.507810788686.issue20320@psf.upfronthosting.co.za |
2014-02-11 23:17:33 | vstinner | link | issue20320 messages |
2014-02-11 23:17:33 | vstinner | create |