]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 7 Dec 2020 08:17:31 +0000 (00:17 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 08:17:31 +0000 (00:17 -0800)
commitc266736ec1f9ebef38b134ceb4832df015711b38
tree11828a60f85d516791d4d3309d6217a7d047405d
parent212337369a64aa96d8b370f39b70113078ad0020
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
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]