Attempt at making bulk deletion clear out handlers, to remove the problem of orphaned Attributes.
This commit is contained in:
parent
02a4ac5231
commit
b67faf45d9
6 changed files with 42 additions and 5 deletions
|
|
@ -606,11 +606,6 @@ class TypedObject(SharedMemoryModel):
|
|||
|
||||
"""
|
||||
global TICKER_HANDLER
|
||||
self.permissions.clear()
|
||||
self.attributes.clear()
|
||||
self.aliases.clear()
|
||||
if hasattr(self, "nicks"):
|
||||
self.nicks.clear()
|
||||
|
||||
# scrambling properties
|
||||
self.delete = self._deleted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue