]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#7372: fix regression in pstats: a previous fix to handle cProfile data in add_caller...
authorGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 17:24:49 +0000 (17:24 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 17:24:49 +0000 (17:24 +0000)
commit2d3c4e79a19d8052d756575775a643a7107dced7
tree09c4bfd9b48e66353b4346bebc35a72527638e11
parent790f8316486d890f7c9b0fb9ab67d8120f4112ac
#7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
Lib/pstats.py
Lib/test/test_pstats.py
Misc/NEWS