mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Enable stubtest for pyserial (#9692)
This commit is contained in:
@@ -6,7 +6,7 @@ from typing_extensions import TypeAlias
|
||||
if sys.platform == "win32":
|
||||
def is_64bit() -> bool: ...
|
||||
|
||||
ULONG_PTR: TypeAlias = c_int64 | c_ulong
|
||||
ULONG_PTR: c_int64 | c_ulong
|
||||
|
||||
class _SECURITY_ATTRIBUTES(Structure): ...
|
||||
LPSECURITY_ATTRIBUTES: type[_Pointer[_SECURITY_ATTRIBUTES]]
|
||||
|
||||
Reference in New Issue
Block a user