Issue #24726: Fixed issue number for previous changeset 59c7615ea921.

This commit is contained in:
Serhiy Storchaka 2015-11-04 22:37:46 +02:00
parent 710cd34bdb
commit 4d11a94fb6
1 changed files with 1 additions and 1 deletions

View File

@ -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