typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Add `CopyComPointer` to `stdlib/ctypes/__init__.pyi`.

Open junkmd opened this issue 5 months ago • 1 comments

This is a follow-up to the version bridge for Python 3.14 added in https://github.com/python/typeshed/pull/14137 and my own contribution to cpython (https://github.com/python/cpython/pull/127275).

See also: https://docs.python.org/3.14/library/ctypes.html#ctypes.CopyComPointer

junkmd avatar Jun 17 '25 14:06 junkmd

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 17 '25 14:06 github-actions[bot]