]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105736: Sync pure python version of OrderedDict with the C version (#108098)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 21 Aug 2023 09:49:08 +0000 (04:49 -0500)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 09:49:08 +0000 (11:49 +0200)
commit20cc90c0df3e368fe7cb63d958f0b17a78fa9d0a
treea1d5d29060046a334d76a88de119dcd5f0cef316
parent014a5b71e7538926ae1c03c8c5ea13c96e741be3
gh-105736: Sync pure python version of OrderedDict with the C version (#108098)
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]