]> granicus.if.org Git - python/commit
Issue #13847: time.clock() now raises a RuntimeError if the processor time used
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 Jan 2012 23:38:48 +0000 (00:38 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 Jan 2012 23:38:48 +0000 (00:38 +0100)
commit85fdfa85e191c03c1844dfdc20894d33e101eab1
tree3a610afb11217c3546e607c9dccb374dfd11c3a8
parente9cd900585d44b418b2a2235a7eec6e4b362798f
Issue #13847: time.clock() now raises a RuntimeError if the processor time used
is not available or its value cannot be represented
Misc/NEWS
Modules/timemodule.c