]> granicus.if.org Git - python/commit
Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 4 Mar 2010 00:10:12 +0000 (00:10 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 4 Mar 2010 00:10:12 +0000 (00:10 +0000)
commit56a5153e21666792c6487fc98ce100fe6c51ebb3
tree5e2daef794e6ddab2d8432cbe0321901f6440e98
parent71fb87e64c51627564262fd64299f7ac79625404
Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,
reset also the pointer to the current pointer context.
Misc/NEWS
Modules/_lsprof.c