From: Brett Cannon Date: Mon, 29 Sep 2008 04:05:23 +0000 (+0000) Subject: Blocked revisions 66677 via svnmerge. X-Git-Tag: v3.0rc2~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58e74c6e0a94a8260a13329cac17548a2bff1961;p=python Blocked revisions 66677 via svnmerge. 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. ........ ---