summaryrefslogtreecommitdiffstats
path: root/Python/modsupport.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2023-08-05 04:50:36 (GMT)
committerGitHub <noreply@github.com>2023-08-05 04:50:36 (GMT)
commit85e5b1f5b806289744ef9a5a13dabfb23044f713 (patch)
tree7b492612cf51668470b9de6579732e37200b534a /Python/modsupport.c
parent4e6fac7fcc31fc6198fcddc612688b0a05ff7ae4 (diff)
downloadcpython-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/modsupport.c')
0 files changed, 0 insertions, 0 deletions