]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unitte...
authorGeorg Brandl <georg@python.org>
Fri, 22 Oct 2010 06:28:01 +0000 (06:28 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 22 Oct 2010 06:28:01 +0000 (06:28 +0000)
commit83938437cb74418ba45d00a99d02c6e095110c60
tree543eed563062c83c1ea1c202047a69be42c90131
parent68fc9aa318788344d36e72a0347ce967d6156f09
#10166: rewrite self-recursion to iteration in pstats.Stats.add().  Also add a unittest and a stats test file.
Lib/pstats.py
Lib/test/pstats.pck [new file with mode: 0644]
Lib/test/test_pstats.py
Misc/NEWS