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