typeshed
typeshed copied to clipboard
Add `CopyComPointer` to `stdlib/ctypes/__init__.pyi`.
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
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉