소스 검색

Update typeinfo.c

blueloveTH 9 달 전
부모
커밋
85885f414f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/interpreter/typeinfo.c

+ 1 - 0
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;