diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-04 00:33:35 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-04 00:33:35 (GMT) |
commit | da13545ebec915c8f22bade82400df12639bc324 (patch) | |
tree | 11f59780e26943c71cfcf9455d20bc4ec7235372 /Misc | |
parent | ef32bc856982b25b869fc6f89a44993ab7e86de1 (diff) | |
download | cpython-da13545ebec915c8f22bade82400df12639bc324.zip cpython-da13545ebec915c8f22bade82400df12639bc324.tar.gz cpython-da13545ebec915c8f22bade82400df12639bc324.tar.bz2 |
Merged revisions 78642 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78642 | victor.stinner | 2010-03-04 01:29:24 +0100 (jeu., 04 mars 2010) | 10 lines
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
@@ -100,6 +100,9 @@ Core and Builtins Library ------- +- Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, + reset also the pointer to the current pointer context. + - Issue #7250: Fix info leak of os.environ across multi-run uses of wsgiref.handlers.CGIHandler. |