]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23673)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Dec 2020 23:51:16 +0000 (15:51 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 23:51:16 +0000 (15:51 -0800)
commitbe52ca45d9eb9c3e8941e46ddc67a210f0f4c6fa
tree0d536299e0e4ceb734aefcd78a28f9d246b52e92
parent60463e8e4f79e5b5e96dc43fb83ded373b489e33
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23673)

(cherry picked from commit c266736ec1f9ebef38b134ceb4832df015711b38)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2020-10-01-16-17-11.bpo-41889.qLkNh8.rst [new file with mode: 0644]