]> granicus.if.org Git - python/commit
Comment out 't = t[0] + t[1]' in profiler_simulation() -- this
authorGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 14:52:22 +0000 (14:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 14:52:22 +0000 (14:52 +0000)
commite3f8a64906257a2954d083d2960ff7fa135ccbf9
tree699e38f7f136c222c03da6e45089fc0ab27710b3
parent469067800b0a34fea4b9d593770784ce1e40de58
Comment out 't = t[0] + t[1]' in profiler_simulation() -- this
function is only used when running the calibration code, and it turns
out that recent changes in the timing code caused this statement to
raise an exception.
Lib/profile.py