]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Sep 2024 18:33:44 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 18:33:44 +0000 (11:33 -0700)
commit1d70dd257b3c14fd9af88dfdb87741c573d11448
tree3d9df5a500a5bb68fea15b6103d495c588b9e375
parent54c6cd71123296fd6bec8caa88a4a3ae6572ca59
[3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124508)

gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329)
(cherry picked from commit 38a887dc3ec52c4a7222279bf4b3ca2431b86de9)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/collections.rst
Lib/test/test_ordered_dict.py
Misc/NEWS.d/next/Library/2024-07-03-14-23-04.gh-issue-119004.L5MoUu.rst [new file with mode: 0644]
Objects/odictobject.c