Skip to content
New issue

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

fix importing _DispMemberSpec in automation #561

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

junkmd
Copy link
Collaborator

@junkmd junkmd commented Jun 9, 2024

In automation, comtypes._DispMemberSpec is referencing a private symbol across modules.
Such a way of referencing is undesirable, but it must be accepted if it relates to runtime behavior.
However, comtypes._DispMemberSpec used in automation was only used for type hints, so it will be fixed here.

@junkmd junkmd added the typing related to Python static typing system label Jun 9, 2024
@junkmd junkmd added this to the 1.4.5 milestone Jun 9, 2024
junkmd added a commit to junkmd/pywinauto that referenced this pull request Jun 9, 2024
@junkmd junkmd merged commit bc09366 into enthought:main Jun 9, 2024
49 checks passed
@junkmd junkmd deleted the fix_import_src_in_automation branch June 9, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typing related to Python static typing system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant