Page MenuHomeSoftware Heritage

D7144.diff
No OneTemporary

D7144.diff

diff --git a/swh/model/model.py b/swh/model/model.py
--- a/swh/model/model.py
+++ b/swh/model/model.py
@@ -243,6 +243,8 @@
"""Derived class of HashableObject, for objects that may need to store
verbatim git objects as ``raw_manifest`` to preserve original hashes."""
+ __slots__ = ()
+
raw_manifest: Optional[bytes] = None
"""Stores the original content of git objects when they cannot be faithfully
represented using only the other attributes.

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 3, 2:54 PM (5 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218794

Event Timeline