commit | 749648609de89f14581190ea34b9c0968787a701 | [log] [tgz] |
---|---|---|
author | Ethan Furman <ethan@stoneleaf.us> | Thu Jun 10 07:24:20 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 10 07:24:20 2021 -0700 |
tree | 4eac5eec1b87375b765061882b23fdbdc04f9d5f | |
parent | 0895e62c9b4f03b83120d44cb32587804084e0e2 [diff] |
[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635) Move the check for missing named flags in flag aliases from Flag creation to a new *verify* decorator.. (cherry picked from commit eea8148b7dff5ffc7b84433859ac819b1d92a74d) Co-authored-by: Ethan Furman <ethan@stoneleaf.us>