]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (GH-125735)
authorEthan Furman <ethan@stoneleaf.us>
Tue, 22 Oct 2024 18:04:00 +0000 (11:04 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 18:04:00 +0000 (11:04 -0700)
commitaaed91cabcedc16c089c4b1c9abb1114659a83d3
tree3ca58dbb680453ade52a9f4af49245bfeb4ec759
parent079875e39589eb0628b5883f7ffa387e7476ec06
gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (GH-125735)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2024-10-19-13-37-37.gh-issue-125710.FyFAAr.rst [new file with mode: 0644]