diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 12:06:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 12:06:18 (GMT) |
commit | b1a97afadb5d6100613c19409882eba0be991b41 (patch) | |
tree | b2b9ef9fba38d00884931ddaccb53ea028cf972e /Misc | |
parent | 9f8dc4441fa1f053a150abedd3dfb99f671a75b9 (diff) | |
download | cpython-b1a97afadb5d6100613c19409882eba0be991b41.zip cpython-b1a97afadb5d6100613c19409882eba0be991b41.tar.gz cpython-b1a97afadb5d6100613c19409882eba0be991b41.tar.bz2 |
#9209 and #7781: fix two crashes in pstats interactive browser.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ Extensions Library ------- +- Issue #7781: Fix restricting stats by entry counts in the pstats + interactive browser. + +- Issue #9209: Do not crash in the pstats interactive browser on invalid + regular expressions. + - Update collections.OrderedDict to match the implementation in Py2.7 (based on lists instead of weakly referenced Link objects). |