This commit is contained in:
blueloveTH 2023-09-27 14:52:57 +08:00
parent 27571f2fd6
commit 53528c767b

View File

@ -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