Skip to content

Commit 6e7a1fd

Browse files
committed
Make CopyComPointer public.
1 parent 26ff32b commit 6e7a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ctypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
raise Exception("Version number mismatch", __version__, _ctypes_version)
2020

2121
if _os.name == "nt":
22-
from _ctypes import COMError, FormatError
22+
from _ctypes import COMError, CopyComPointer, FormatError
2323

2424
DEFAULT_MODE = RTLD_LOCAL
2525
if _os.name == "posix" and _sys.platform == "darwin":

0 commit comments

Comments
 (0)