SIGN IN SIGN UP

gh-106812: Fix two tiny bugs in analysis.py (#107649)

This fixes two tiny defects in analysis.py that I didn't catch on time in #107564:

- `get_var_names` in `check_macro_consistency` should skip `UNUSED` names.
- Fix an occurrence of `is UNUSED` (should be `==`).
G
Guido van Rossum committed
85e5b1f5b806289744ef9a5a13dabfb23044f713
Parent: 4e6fac7
Committed by GitHub <noreply@github.com> on 8/5/2023, 4:50:36 AM