]> granicus.if.org Git - python/commit
Fix a shadow-compatible-local warning (#2182)
authorYuan Chao Chou <oswinchou@gmail.com>
Fri, 4 Aug 2017 17:54:27 +0000 (10:54 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 4 Aug 2017 17:54:27 +0000 (10:54 -0700)
commit5fbb8e367d4406f3248a60bed057f3b82d30f9ab
tree25792e334e182c89494469fe23f5c553ae220a06
parentdd6e4aa113c6db4fcf9d252b5063ab217e8330a2
Fix a shadow-compatible-local warning (#2182)

Change the shadowing naming, 'value' (Python-ast.c:3814), to 'val'
to prevent the variables from being misused.
Parser/asdl_c.py
Python/Python-ast.c