]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardinal(1...
authorEthan Furman <ethan@stoneleaf.us>
Thu, 7 Mar 2024 21:30:26 +0000 (13:30 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2024 21:30:26 +0000 (13:30 -0800)
commit13ffd4bd9f529b6a5fe33741fbd57f14b4b80137
tree78bdbc78cfc78e8fb584db32d0c082ed68a9a721
parentb2d74cdbcd0b47bc938200969bb31e5b37dc11e1
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardinal(1, 0) (GH-116072)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2024-02-28-13-10-17.gh-issue-116040.wDidHd.rst [new file with mode: 0644]