commit | 6c681e1a4aa2dbca61be9a26c9257d7d25fa29a7 | [log] [tgz] |
---|---|---|
author | Ethan Furman <ethan@stoneleaf.us> | Fri Apr 23 19:08:22 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 23 19:08:22 2021 -0700 |
tree | 9fb43b61a6c399c92b54aacbdb7aecdaf5e16c43 | |
parent | 481994078fbf61317fe35456e9a1b8a960e7dfa0 [diff] |
bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566) Depending on usage, it's possible for Flag members to have the _inverted_ attribute when they are testing, while the Flag being testing against will not have that attribute on its members -- so skip that comparison.