Skip to content

bpo-27275: Unify the C and Python implementations of OrderedDict.popitem().#27528

Closed
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:ordered_dict_subclass_pop
Closed

bpo-27275: Unify the C and Python implementations of OrderedDict.popitem().#27528
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:ordered_dict_subclass_pop

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Aug 1, 2021

The C implementation no longer calls __getitem__ and __delitem__
methods of the OrderedDict subclasses.

https://bugs.python.org/issue27275

…tem().

The C implementation no longer calls ``__getitem__`` and ``__delitem__``
methods of the OrderedDict subclasses.
@ambv
Copy link
Copy Markdown
Contributor

ambv commented Aug 3, 2021

Similarly to GH-27530, we won't be backporting this to 3.10 and 3.9 as per Raymond's comment on the issue.

@ambv
Copy link
Copy Markdown
Contributor

ambv commented Aug 3, 2021

In fact, GH-27530 already includes changes in this PR.

@ambv ambv closed this Aug 3, 2021
@serhiy-storchaka serhiy-storchaka deleted the ordered_dict_subclass_pop branch August 3, 2021 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants