]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 20 Sep 2022 23:08:39 +0000 (02:08 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 23:08:39 +0000 (16:08 -0700)
commit9b58eaf98c0a47235c8822e208c938a36b66ff7b
tree5b5a967d4c5a5dffee5ff17f6a18bc54274fe223
parenta3e2f054d285d72bca97667390bbc219d02ab364
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
Lib/test/test_enum.py