Don't try to serialize exceptions

- Store their string repr instead
This commit is contained in:
Nuno Campos
2024-08-22 21:36:27 -07:00
parent dec7eb6f58
commit 82db383199
5 changed files with 30 additions and 47 deletions
-2
View File
@@ -24,8 +24,6 @@ class NoopSerializer(SerializerProtocol):
class MemorySaverAssertImmutable(MemorySaver):
serde = NoopSerializer()
storage_for_copies: defaultdict[str, dict[str, dict[str, Checkpoint]]]
def __init__(