Message292439
| Author | vstinner |
|---|---|
| Recipients | haney, vstinner |
| Date | 2017-04-27.13:22:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1493299340.8.0.330686176918.issue30183@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm quite sure that once I wrote a patch using gethrtime() for Solaris, but then I saw that it's the same clock than clock_gettime(CLOCK_MONOTONIC), so I removed gethrtime() to simplify the code. See also my PEP 418, which mentions gethrtime() by the way: https://www.python.org/dev/peps/pep-0418/#solaris-gethrtime |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-27 13:22:20 | vstinner | set | recipients: + vstinner, haney |
| 2017-04-27 13:22:20 | vstinner | set | messageid: <1493299340.8.0.330686176918.issue30183@psf.upfronthosting.co.za> |
| 2017-04-27 13:22:20 | vstinner | link | issue30183 messages |
| 2017-04-27 13:22:20 | vstinner | create | |