mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
was mutated by direct calls of dict methods.
This commit is contained in:
commit
f83afa508f
3 changed files with 70 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ Release date: XXXX-XX-XX
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #25449: 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
|
||||
KeyError in C implementations as well as in Python implementation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue