Update typeinfo.c

This commit is contained in:
blueloveTH 2025-07-17 11:19:37 +08:00
parent 5799af3fd7
commit 85885f414f

View File

@ -84,6 +84,7 @@ static void py_TypeInfo__common_init(py_Name name,
self->getattribute = NULL; self->getattribute = NULL;
self->setattribute = NULL; self->setattribute = NULL;
self->delattribute = NULL; self->delattribute = NULL;
self->getunboundmethod = NULL;
self->annotations = *py_NIL(); self->annotations = *py_NIL();
self->dtor = dtor; self->dtor = dtor;