[Python-3000-checkins] r66826 - python/branches/py3k

benjamin.peterson python-3000-checkins at python.org
Tue Oct 7 04:22:25 CEST 2008


Author: benjamin.peterson
Date: Tue Oct  7 04:22:24 2008
New Revision: 66826

Log:
Unblocked revisions 66677 via svnmerge

........
  r66677 | brett.cannon | 2008-09-28 22:41:21 -0500 (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)


More information about the Python-3000-checkins mailing list