[issue36917] ast.NodeVisitor no longer calls visit_Str

Tyler Wince report at bugs.python.org
Tue Jun 25 18:20:36 EDT 2019


Tyler Wince <tyler at wince.dev> added the comment:

Another example of the breaking change here is in the security linter `PyCQA/bandit`. It may be a simple addition of a check in the meta parser for the ast but I would tend to agree with Anthony around whether or not it is worth it. 

Anyone else have any thoughts on this since the conversation ended last month?

----------
nosy: +Tyler Wince

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36917>
_______________________________________


More information about the Python-bugs-list mailing list