diff options
author | Guido van Rossum <guido@python.org> | 2023-08-05 04:50:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 04:50:36 (GMT) |
commit | 85e5b1f5b806289744ef9a5a13dabfb23044f713 (patch) | |
tree | 7b492612cf51668470b9de6579732e37200b534a /Python/future.c | |
parent | 4e6fac7fcc31fc6198fcddc612688b0a05ff7ae4 (diff) | |
download | cpython-85e5b1f5b806289744ef9a5a13dabfb23044f713.zip cpython-85e5b1f5b806289744ef9a5a13dabfb23044f713.tar.gz cpython-85e5b1f5b806289744ef9a5a13dabfb23044f713.tar.bz2 |
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 `==`).
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions