commit | a491727ded210994812ae1191253c0305dfc6885 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jul 31 21:22:36 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jul 31 21:22:36 2010 +0000 |
tree | 2f2e74527acbfcda4586767358f300279a8b1933 | |
parent | 05f819b6e9b026ab454cf187269b145bd7ac1ed6 [diff] [blame] |
#1019882: if start() and stop() were not in the same stack frame, stats.load() would crash with IndexError.
diff --git a/Misc/NEWS b/Misc/NEWS index fed0772..ea60e3b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,8 @@ Extension Modules ----------------- +- Issue #1019882: Fix IndexError when loading certain hotshot stats. + - Issue #9422: Fix memory leak when re-initializing a struct.Struct object. - Issue #7900: The getgroups(2) system call on MacOSX behaves rather oddly