]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105736: Sync pure python version of OrderedDict with the C version (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Aug 2023 12:31:11 +0000 (05:31 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 12:31:11 +0000 (14:31 +0200)
commit1ce8b92ce92e9a44ac804ea4e4c61d08d7e89a2e
tree8c2fa1f4d4a1eeeaba8cf5c1c5de1a38c04f7ebc
parentf798a6360b038a3fc47509101eb77bcc1c9b6662
[3.12] gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098) (#108200)

gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098)
(cherry picked from commit 20cc90c0df3e368fe7cb63d958f0b17a78fa9d0a)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/collections/__init__.py
Lib/test/test_ordered_dict.py
Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst [new file with mode: 0644]