diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2021-04-24 02:08:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 02:08:22 (GMT) |
commit | 6c681e1a4aa2dbca61be9a26c9257d7d25fa29a7 (patch) | |
tree | 9fb43b61a6c399c92b54aacbdb7aecdaf5e16c43 /Lib/importlib/_functools.py | |
parent | 481994078fbf61317fe35456e9a1b8a960e7dfa0 (diff) | |
download | cpython-6c681e1a4aa2dbca61be9a26c9257d7d25fa29a7.zip cpython-6c681e1a4aa2dbca61be9a26c9257d7d25fa29a7.tar.gz cpython-6c681e1a4aa2dbca61be9a26c9257d7d25fa29a7.tar.bz2 |
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.
Diffstat (limited to 'Lib/importlib/_functools.py')
0 files changed, 0 insertions, 0 deletions