commit | 56a5153e21666792c6487fc98ce100fe6c51ebb3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 04 00:10:12 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 04 00:10:12 2010 +0000 |
tree | 5e2daef794e6ddab2d8432cbe0321901f6440e98 | |
parent | 71fb87e64c51627564262fd64299f7ac79625404 [diff] [blame] |
Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, reset also the pointer to the current pointer context.
diff --git a/Misc/NEWS b/Misc/NEWS index cfdd364..fb45e5a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Library ------- +- Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, + reset also the pointer to the current pointer context. + - Issue #7232: Add support for the context manager protocol to the TarFile class.