Attempt at making bulk deletion clear out handlers, to remove the problem of orphaned Attributes.

This commit is contained in:
Tehom 2017-02-03 12:58:00 -05:00 committed by Griatch
parent 02a4ac5231
commit b67faf45d9
6 changed files with 42 additions and 5 deletions

View file

@ -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