]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a shadow-compatible-local warning (#2181)
authorYuan Chao Chou <oswinchou@gmail.com>
Fri, 4 Aug 2017 17:53:42 +0000 (10:53 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 4 Aug 2017 17:53:42 +0000 (10:53 -0700)
commita0cb7db8e4b928b4c06da4bde8695555276958f0
treebce35e2aef463f736176cc289227e66a67c7b148
parent9b3abacf87653fab707e83b31afd73ac4140228e
Fix a shadow-compatible-local warning (#2181)

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