From 58e74c6e0a94a8260a13329cac17548a2bff1961 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 29 Sep 2008 04:05:23 +0000 Subject: [PATCH] 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. ........