mirror of
https://github.com/python/cpython.git
synced 2025-11-22 19:46:48 +00:00
Issue #25462: The hash of the key now is calculated only once in most
operations in C implementation of OrderedDict.
This commit is contained in:
commit
1010921c71
2 changed files with 87 additions and 36 deletions
|
|
@ -10,6 +10,9 @@ Release date: XXXX-XX-XX
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #25462: The hash of the key now is calculated only once in most
|
||||
operations in C implementation of OrderedDict.
|
||||
|
||||
- Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
|
||||
rejects builtin types with not defined __new__.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue