]> granicus.if.org Git - python/commit
Close #14690: Use monotonic clock instead of system clock in the sched,
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 30 May 2012 11:30:32 +0000 (13:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 30 May 2012 11:30:32 +0000 (13:30 +0200)
commit949d8c986ec8792fbe63d8bd2bb5332406c5af9a
tree192ad8ee5138f23b37b295272c245f568bf0d9b8
parent5e92a1ef5a906cd34f122cf0ee54e0303ae07a5f
Close #14690: Use monotonic clock instead of system clock in the sched,
subprocess and trace modules.
Lib/sched.py
Lib/subprocess.py
Lib/trace.py
Misc/NEWS