mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 14:00:12 +08:00
Add CopyComPointer to stdlib/ctypes/__init__.pyi. (#14294)
This commit is contained in:
@@ -32,7 +32,7 @@ if sys.platform == "win32":
|
||||
from _ctypes import FormatError as FormatError, get_last_error as get_last_error, set_last_error as set_last_error
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
from _ctypes import COMError as COMError
|
||||
from _ctypes import COMError as COMError, CopyComPointer as CopyComPointer
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
from ctypes._endian import BigEndianUnion as BigEndianUnion, LittleEndianUnion as LittleEndianUnion
|
||||
|
||||
Reference in New Issue
Block a user