]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Sep 2020 23:23:57 +0000 (16:23 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 23:23:57 +0000 (16:23 -0700)
commit8f8ebcca95d3b6ed0a522a9736ab53d6d4f0208c
treecc6fdcb1d32d906e0de29dc4c8e3664b8e59a81c
parent5fdc1425974c794966da1d91d54b4717d1ceeeff
bpo-39587: Enum - use correct mixed-in data type (GH-22263)

(cherry picked from commit bff01f3a3aac0c15fe8fbe8b2f561f7927d117a1)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2020-09-15-14-56-13.bpo-39587.69xzuh.rst [new file with mode: 0644]