diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-04 00:29:24 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-04 00:29:24 (GMT) |
commit | cee3ae8af603dd516e81472f87ab358bc890197a (patch) | |
tree | 3d58f5d697fdc61865306dd5c3713ec53815322f /Misc | |
parent | 45b9be52de2a418761da197599c01d6719ac5b88 (diff) | |
download | cpython-cee3ae8af603dd516e81472f87ab358bc890197a.zip cpython-cee3ae8af603dd516e81472f87ab358bc890197a.tar.gz cpython-cee3ae8af603dd516e81472f87ab358bc890197a.tar.bz2 |
Merged revisions 78641 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78641 | victor.stinner | 2010-03-04 01:10:12 +0100 (jeu., 04 mars 2010) | 3 lines
Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,
reset also the pointer to the current pointer context.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -268,6 +268,9 @@ C-API 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. |