]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116040: [Enum] fix test_empty_names test (GH-116508)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 11 Mar 2024 20:42:01 +0000 (13:42 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2024 20:42:01 +0000 (13:42 -0700)
commit3c0dcef9808e34744096769b15bad4f1f97569f0
tree6aeaef336882e0b64f28bace1701f9c27a39866c
parent34920f36917de0d4e658cf94992d53a5a7f27f51
gh-116040: [Enum] fix test_empty_names test (GH-116508)

* and fix _not_given usage
Lib/enum.py
Lib/test/test_enum.py