Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344916
D7144.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
476 B
Subscribers
None
D7144.diff
View Options
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
Details
Attached
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
Attached To
D7144: Add missing __slots__ to HashableObjectWithManifest
Event Timeline
Log In to Comment