]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222)
authorSadra Barikbin <sadraqazvin1@yahoo.com>
Mon, 3 Apr 2023 21:51:43 +0000 (01:21 +0330)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 21:51:43 +0000 (14:51 -0700)
commitd3a7732dd54c27ae523bef73efbb0c580ce2fbc0
tree5b71a489677fe9d8130f2fb52976661f61991db0
parent24facd60f6e5458cc783e429fe63d6a80d476f84
gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222)
Lib/enum.py