From 53528c767bd39d22f42b5f1f97cdfc114ea0fce8 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 27 Sep 2023 14:52:57 +0800 Subject: [PATCH] ... --- include/typings/c.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/typings/c.pyi b/include/typings/c.pyi index ba30e9ea..2f928e70 100644 --- a/include/typings/c.pyi +++ b/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