Sets slots to none has no effect on memory as long as __dict__ isn't instanciated

This commit is contained in:
Mike Auty
2025-03-24 23:23:22 +00:00
parent 200746cbe6
commit acfedd6d9c
@@ -128,8 +128,6 @@ class ObjectInterface(metaclass=abc.ABCMeta):
"""A base object required to be the ancestor of every object used in
volatility."""
__slots__ = ()
def __init__(
self,
context: "interfaces.context.ContextInterface",