Issue #27576: Fix call order in OrderedDict.__init__(). · pythoncapi/cpython@06aed90 · GitHub
Skip to content

Commit 06aed90

Browse files
Issue python#27576: Fix call order in OrderedDict.__init__().
1 parent 7d895ac commit 06aed90

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

Lib/test/test_ordered_dict.py

Lines changed: 13 additions & 0 deletions

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Core and Builtins
113113
Library
114114
-------
115115

116+
- Issue #27576: Fix call order in OrderedDict.__init__().
117+
116118
- email.generator.DecodedGenerator now supports the policy keyword.
117119

118120
- Issue #28027: Remove undocumented modules from ``Lib/plat-*``: IN, CDROM,

Objects/odictobject.c

Lines changed: 15 additions & 2 deletions

0 commit comments

Comments
 (0)