]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116040: [Enum] fix test_empty_names test (GH-116508) (GH-116619)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Mar 2024 22:16:22 +0000 (23:16 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2024 22:16:22 +0000 (15:16 -0700)
commit8b3b5be934622670dc1670ab60b70c668004bb62
tree33e665cf282166114cbe14c21fef5943b0480572
parent1231697697f3d2c8e7bbec03fa3fb751395b7d45
[3.12] gh-116040: [Enum] fix test_empty_names test (GH-116508) (GH-116619)

* and fix _not_given usage

(cherry picked from commit 3c0dcef9808e34744096769b15bad4f1f97569f0)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py
Lib/test/test_enum.py