[issue36917] ast.NodeVisitor no longer calls visit_Str

Anthony Sottile report at bugs.python.org
Tue May 14 14:30:56 EDT 2019


Anthony Sottile <asottile at umich.edu> added the comment:

There would still be a breakage for that if someone was defining py36+ `visit_Constant` (which would clobber the `ast.NodeVisitor.visit_Constant` if we were to add it)

----------

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


More information about the Python-bugs-list mailing list