Fix a shadow-compatible-local warning (#2180)
authorYuan Chao Chou <oswinchou@gmail.com>
Fri, 4 Aug 2017 17:53:12 +0000 (10:53 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 4 Aug 2017 17:53:12 +0000 (10:53 -0700)
commit2af565baf498f389105ff71e4ae054c66fe5d55f
treeb0cde972b597613b4e0c21027572d98a70a749c9
parentc4c9866064f03646c686d7e08b00aeb203c35c19
Fix a shadow-compatible-local warning (#2180)

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