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

Louie Lu report at bugs.python.org
Mon May 1 06:04:21 EDT 2017


Louie Lu added the comment:

If we only need a binary True/False result, could we just return a compare of dump(a) == dump(b)?

This can also add the include_attributes flags for need.

----------
nosy: +louielu

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


More information about the Python-bugs-list mailing list