]> granicus.if.org Git - python/commitdiff
Blocked revisions 66677 via svnmerge.
authorBrett Cannon <bcannon@gmail.com>
Mon, 29 Sep 2008 04:05:23 +0000 (04:05 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 29 Sep 2008 04:05:23 +0000 (04:05 +0000)
Should be merged once test_cProfile is no longer flagged as broken.

........
  r66677 | brett.cannon | 2008-09-28 20:41:21 -0700 (Sun, 28 Sep 2008) | 7 lines

  The _lsprof module could crash the interpreter if it was given an external
  timer that did not return a float and a timer was still running when the
  Profiler object was garbage collected.

  Fixes issue 3895.
  Code review by Benjamin Peterson.
........


No differences found