This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients Thermi, steven.daprano
Date 2018-01-07.15:24:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515338643.02.0.467229070634.issue32510@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-07 15:24:03steven.dapranosetrecipients: + steven.daprano, Thermi
2018-01-07 15:24:03steven.dapranosetmessageid: <1515338643.02.0.467229070634.issue32510@psf.upfronthosting.co.za>
2018-01-07 15:24:03steven.dapranolinkissue32510 messages
2018-01-07 15:24:02steven.dapranocreate