commit | 7efb83393cbe08924682c6852e94d3c4a4033c34 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 29 15:41:08 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 29 15:41:08 2014 +0200 |
tree | b8ac264faa3d2470659df159932d27adcf9cd9ce | |
parent | 0dc10e0d1c96c39602ae08403ed758fa72b6d547 [diff] |
Issue #22287: On UNIX, _PyTime_gettimeofday() now uses clock_gettime(CLOCK_REALTIME) if available. As a side effect, Python now depends on the librt library on Solaris and on Linux (only with glibc older than 2.17).