[issue15987] Provide a way to compare AST nodes for equality recursively

Brett Cannon report at bugs.python.org
Tue Mar 26 19:17:47 CET 2013


Brett Cannon added the comment:

IOW I think a function that uses ast.walk() and has flags for specifying whether _attributes should also be checked and then uses a class check and then uses _fields to do all other checking.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15987>
_______________________________________


More information about the Python-bugs-list mailing list