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

(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]