]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104279)
authorItamar Ostricher <itamarost@gmail.com>
Tue, 23 May 2023 18:11:35 +0000 (11:11 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 18:11:35 +0000 (11:11 -0700)
commitf4e2049f14d40c1b893c68530eec5e341cf3d929
tree8dd7831a57265225f9896550c23b693de6f8cad1
parent9aea1f28e2d22dd8650f6153eb5630ffd250d3c8
[3.12] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104279)

gh-104271: Fix auto() fallback in case of mixed type Enum
Lib/enum.py
Lib/test/test_enum.py