]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:34:48 +0000 (20:34 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 18:34:48 +0000 (11:34 -0700)
commitc6c3d970ba54f4ad4c4151bb262cef96d3299480
tree078a3f25c61aa8fd793cbcee186bf79453440a5f
parentdff48e18041850b869ac4278b6a4b6cd5e2fd612
[3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124507)

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