This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Dennis Sweeney, eric.snow, josh.r, kaniini, methane, python-dev, rhettinger, serhiy.storchaka, xiang.zhang, zach.ware
Date 2021-08-01.19:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627847532.6.0.537792429536.issue27275@roundup.psfhosted.org>
In-reply-to
Content
PR 27528 makes the C implementation of OrderedDict.popitem() consistent with the Python implementation (do not call overridden __getitem__ and __setitem__).

PR 27530 changes also both implementations of OrderedDict.pop(). It simplifies the C code, but adds a duplication of the code in Python.

I am not sure how far we should backport these changes if backport them.
History
Date User Action Args
2021-08-01 19:52:12serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, methane, python-dev, eric.snow, zach.ware, josh.r, xiang.zhang, kaniini, Dennis Sweeney
2021-08-01 19:52:12serhiy.storchakasetmessageid: <1627847532.6.0.537792429536.issue27275@roundup.psfhosted.org>
2021-08-01 19:52:12serhiy.storchakalinkissue27275 messages
2021-08-01 19:52:12serhiy.storchakacreate