Issue #27275: Fixed implementation of pop() and popitem() methods in · pythoncapi/cpython@1faf902 · GitHub
Skip to content

Commit 1faf902

Browse files
Issue python#27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
2 parents ecb9018 + 4832580 commit 1faf902

3 files changed

Lines changed: 69 additions & 22 deletions

File tree

Lib/test/test_ordered_dict.py

Lines changed: 59 additions & 0 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Core and Builtins
2929
Library
3030
-------
3131

32+
- Issue #27275: Fixed implementation of pop() and popitem() methods in
33+
subclasses of accelerated OrderedDict.
34+
3235
- Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
3336
at the start of new line after printing a month's calendar. Patch by
3437
Xiang Zhang.

Objects/odictobject.c

Lines changed: 7 additions & 22 deletions

0 commit comments

Comments
 (0)