Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-106812: Fix two tiny bugs in analysis.py (python#107649)
This fixes two tiny defects in analysis.py that I didn't catch on time in python#107564: - `get_var_names` in `check_macro_consistency` should skip `UNUSED` names. - Fix an occurrence of `is UNUSED` (should be `==`).
- Loading branch information