Skip to content

Commit b941f5b

Browse files
committed
Update class_ir.py
1 parent 36c62dd commit b941f5b

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
@@ -368,6 +368,7 @@ def serialize(self) -> JsonDict:
368368
"is_generated": self.is_generated,
369369
"is_augmented": self.is_augmented,
370370
"is_final_class": self.is_final_class,
371+
"supports_weakref": self.supports_weakref,
371372
"inherits_python": self.inherits_python,
372373
"has_dict": self.has_dict,
373374
"allow_interpreted_subclasses": self.allow_interpreted_subclasses,

0 commit comments

Comments
 (0)