Skip to content

Commit 1c82fa7

Browse files
authored
Add CopyComPointer to stdlib/ctypes/__init__.pyi. (#14294)
1 parent c8744f1 commit 1c82fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/ctypes/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if sys.platform == "win32":
3232
from _ctypes import FormatError as FormatError, get_last_error as get_last_error, set_last_error as set_last_error
3333

3434
if sys.version_info >= (3, 14):
35-
from _ctypes import COMError as COMError
35+
from _ctypes import COMError as COMError, CopyComPointer as CopyComPointer
3636

3737
if sys.version_info >= (3, 11):
3838
from ctypes._endian import BigEndianUnion as BigEndianUnion, LittleEndianUnion as LittleEndianUnion

0 commit comments

Comments
 (0)