]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 27 Mar 2023 23:25:19 +0000 (16:25 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 23:25:19 +0000 (16:25 -0700)
commitb838d80085b0162cc2ae7b4db5d2a9d9c6a28366
tree65b022368e72dedddbe231fd4d28904de6f641a4
parent56d055a0d81a809e4ff8e1d56756a3bf32317efb
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2023-03-27-15-01-16.gh-issue-103056.-Efh5Q.rst [new file with mode: 0644]