-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Labels
Bug 🐛Broken functionalityBroken functionalityIs this done?Ambiguous closing requirements may already be metAmbiguous closing requirements may already be met
Description
The __del__ method of node storage classes can be (and is) called unexpectedly, with bad consequences.
If we create several (around 10) Characters without is_me in rapid succession, the ForgetfulNodeStorage object's __del__ is called.
Prior to #1451, we weren't able to instantiate Characters fast enough to encounter this issue, but now it's a problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug 🐛Broken functionalityBroken functionalityIs this done?Ambiguous closing requirements may already be metAmbiguous closing requirements may already be met