We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.dynamic._Dispatch.QueryInterface
drop_py2
The client.dynamic._Dispatch.QueryInterface is currently only allowed to be passed a variable argument.
comtypes/comtypes/client/dynamic.py
Lines 85 to 87 in 0fecfea
However, this is a wrapper method for IUnknown.QueryInterface, so I want to change it to a similar argument.
IUnknown.QueryInterface
comtypes/comtypes/__init__.py
Line 901 in 0fecfea
It does not change the name of the named arguments that were existing, so I don't think it will break backward compatibility.
The text was updated successfully, but these errors were encountered:
I will work on this.
Sorry, something went wrong.
junkmd
Successfully merging a pull request may close this issue.
THIS IS FOR
drop_py2
PLAN! Please see #392.The
client.dynamic._Dispatch.QueryInterface
is currently only allowed to be passed a variable argument.comtypes/comtypes/client/dynamic.py
Lines 85 to 87 in 0fecfea
However, this is a wrapper method for
IUnknown.QueryInterface
, so I want to change it to a similar argument.comtypes/comtypes/__init__.py
Line 901 in 0fecfea
It does not change the name of the named arguments that were existing, so I don't think it will break backward compatibility.
The text was updated successfully, but these errors were encountered: