Skip to content

Commit 85b07d5

Browse files
Update class_ir.py
1 parent 887bc39 commit 85b07d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/ir/class_ir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def serialize(self) -> JsonDict:
362362
"is_generated": self.is_generated,
363363
"is_augmented": self.is_augmented,
364364
"is_final_class": self.is_final_class,
365+
"supports_weakref": self.supports_weakref,
365366
"inherits_python": self.inherits_python,
366367
"has_dict": self.has_dict,
367368
"allow_interpreted_subclasses": self.allow_interpreted_subclasses,

0 commit comments

Comments
 (0)