blueloveTH 2 年之前
父節點
當前提交
53528c767b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/typings/c.pyi

+ 1 - 1
include/typings/c.pyi

@@ -143,5 +143,5 @@ class _StructLike(Generic[T]):
     def __eq__(self, other: T) -> bool: ...
     def __ne__(self, other: T) -> bool: ...
 
-class _Pointer(Generic[T]):
+class _Pointer(Generic[T], void_p):
     pass