diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-04 20:37:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-04 20:37:46 (GMT) |
commit | 4d11a94fb66ecf4d1f12d0f314d9e1f6dc3e756a (patch) | |
tree | 6917f64cdd044c63e2309be58c82b9180089d64c | |
parent | 710cd34bdbaddda5c5f03033c068e44a1bac7f21 (diff) | |
download | cpython-4d11a94fb66ecf4d1f12d0f314d9e1f6dc3e756a.zip cpython-4d11a94fb66ecf4d1f12d0f314d9e1f6dc3e756a.tar.gz cpython-4d11a94fb66ecf4d1f12d0f314d9e1f6dc3e756a.tar.bz2 |
Issue #24726: Fixed issue number for previous changeset 59c7615ea921.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Release date: TBA Core and Builtins ----------------- -- Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that +- Issue #24726: Fixed a crash and leaking NULL in repr() of OrderedDict that was mutated by direct calls of dict methods. - Issue #25449: Iterating OrderedDict with keys with unstable hash now raises |