This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author OswinC
Recipients OswinC
Date 2017-07-03.19:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499109660.71.0.721864284128.issue30841@psf.upfronthosting.co.za>
In-reply-to
Content
When Parser/asdl_c.py is composing the content of Python/Python-ast.c, it uses "value" to name the variables in inner blocks, which can shadow the variables named the same in outer blocks. It would be a good practice to avoid the shadowing naming to prevent the variables from being misused.
History
Date User Action Args
2017-07-03 19:21:00OswinCsetrecipients: + OswinC
2017-07-03 19:21:00OswinCsetmessageid: <1499109660.71.0.721864284128.issue30841@psf.upfronthosting.co.za>
2017-07-03 19:21:00OswinClinkissue30841 messages
2017-07-03 19:21:00OswinCcreate