You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are other untested features related to COM besides COMError.
_ctypes.CopyComPointer, as the name suggests, copies a COM pointer from src to dst.
It also manages reference counts before and after the copy.
In the future, this functionality may also need to be made public similar to COMError.
However, my plan is to first add tests to confirm its current behavior, and then consider making it public and adding documentation.
Feature or enhancement
Proposal:
There are other untested features related to COM besides
COMError
._ctypes.CopyComPointer
, as the name suggests, copies a COM pointer from src to dst.It also manages reference counts before and after the copy.
In the future, this functionality may also need to be made public similar to
COMError
.However, my plan is to first add tests to confirm its current behavior, and then consider making it public and adding documentation.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
_ctypes.CopyComPointer
tests #127184The text was updated successfully, but these errors were encountered: