diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-05 02:24:03 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-05 02:24:03 (GMT) |
commit | a22975fb35e1bae0f85fc6ede1572264a7bcd1e6 (patch) | |
tree | 4010d55ca48619982bced6b5d41dacd575c6b350 /Misc | |
parent | c4a70fbb78211261c9edf4a80029a124bb3cc826 (diff) | |
download | cpython-a22975fb35e1bae0f85fc6ede1572264a7bcd1e6.zip cpython-a22975fb35e1bae0f85fc6ede1572264a7bcd1e6.tar.gz cpython-a22975fb35e1bae0f85fc6ede1572264a7bcd1e6.tar.bz2 |
Fix SF bug #1546288, crash in dict_equal.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,12 +17,14 @@ Core and builtins - Patch #1542451: disallow continue anywhere under a finally. +- Patch #1546288: fix seg fault in dict_equal due to ref counting bug. + Library ------- - Patch #1550886: Fix decimal module context management implementation - to match the localcontext() example from PEP 343 + to match the localcontext() example from PEP 343. - Bug #1541863: uuid.uuid1 failed to generate unique identifiers on systems with low clock resolution. |