Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

Oh, by the way... are you aware that the Recursor class defines a class 
attribute `branches` which is shared by all instances? You create multiple 
recursor objects, but they all share the same `branches` attribute. That might 
be intentional, but if not, that might explain the unexpected behaviour you are 
seeing.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32510>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to