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 larry
Recipients Dennis Sweeney, eric.smith, larry, pablogsal, tim.peters
Date 2022-03-30.23:38:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648683523.1.0.0346390617781.issue47145@roundup.psfhosted.org>
In-reply-to
Content
Having slept on it, I think the footgun is slightly bigger than I gave it credit for.  Also the problem of nodes lingering forever is easily solved: give the user control.

My next iteration will keep the done nodes around, but I'll also add a forget() method that compels the graph to forget all done nodes.
History
Date User Action Args
2022-03-30 23:38:43larrysetrecipients: + larry, tim.peters, eric.smith, pablogsal, Dennis Sweeney
2022-03-30 23:38:43larrysetmessageid: <1648683523.1.0.0346390617781.issue47145@roundup.psfhosted.org>
2022-03-30 23:38:43larrylinkissue47145 messages
2022-03-30 23:38:43larrycreate