We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CopyComPointer
stdlib/ctypes/__init__.pyi
1 parent c8744f1 commit 1c82fa7Copy full SHA for 1c82fa7
stdlib/ctypes/__init__.pyi
@@ -32,7 +32,7 @@ if sys.platform == "win32":
32
from _ctypes import FormatError as FormatError, get_last_error as get_last_error, set_last_error as set_last_error
33
34
if sys.version_info >= (3, 14):
35
- from _ctypes import COMError as COMError
+ from _ctypes import COMError as COMError, CopyComPointer as CopyComPointer
36
37
if sys.version_info >= (3, 11):
38
from ctypes._endian import BigEndianUnion as BigEndianUnion, LittleEndianUnion as LittleEndianUnion
0 commit comments