From 85885f414fab6ed2bca47eef81e771ca68eec85c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 17 Jul 2025 11:19:37 +0800 Subject: [PATCH] Update typeinfo.c --- src/interpreter/typeinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interpreter/typeinfo.c b/src/interpreter/typeinfo.c index 0f889fac..11e02d8c 100644 --- a/src/interpreter/typeinfo.c +++ b/src/interpreter/typeinfo.c @@ -84,6 +84,7 @@ static void py_TypeInfo__common_init(py_Name name, self->getattribute = NULL; self->setattribute = NULL; self->delattribute = NULL; + self->getunboundmethod = NULL; self->annotations = *py_NIL(); self->dtor = dtor;