mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update typeinfo.c
This commit is contained in:
parent
5799af3fd7
commit
85885f414f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user