Issue #24726: Fixed issue number for previous changeset 76e848554b5d.

This commit is contained in:
Serhiy Storchaka 2015-11-04 22:38:40 +02:00
commit cf156bc248

View file

@ -10,7 +10,7 @@ Release date: XXXX-XX-XX
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