Discussion:
[Python-3000-checkins] r66679 - python/branches/py3k
brett.cannon
2008-09-29 04:05:23 UTC
Permalink
Author: brett.cannon
Date: Mon Sep 29 06:05:23 2008
New Revision: 66679

Log:
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.
........


Modified:
python/branches/py3k/ (props changed)

Loading...