]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 23 Sep 2024 23:44:36 +0000 (01:44 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 23:44:36 +0000 (18:44 -0500)
commit38a887dc3ec52c4a7222279bf4b3ca2431b86de9
tree54d37cb1aa9d648e9a6dbfb7330894b5c5fd66b1
parente80dd3035fb805716bc49f9e7e9cab5f83614661
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
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