diff options
author | Georg Brandl <georg@python.org> | 2010-10-22 06:28:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-22 06:28:01 (GMT) |
commit | 83938437cb74418ba45d00a99d02c6e095110c60 (patch) | |
tree | 543eed563062c83c1ea1c202047a69be42c90131 /Misc | |
parent | 68fc9aa318788344d36e72a0347ce967d6156f09 (diff) | |
download | cpython-83938437cb74418ba45d00a99d02c6e095110c60.zip cpython-83938437cb74418ba45d00a99d02c6e095110c60.tar.gz cpython-83938437cb74418ba45d00a99d02c6e095110c60.tar.bz2 |
#10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ Core and Builtins Library ------- +- Issue #10166: Avoid recursion in pstats Stats.add() for many stats items. + - Issue #10163: Skip unreadable registry keys during mimetypes initialization. |