Skip to content

fix import source of Array from _ctypes to ctypes #351

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

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

junkmd
Copy link
Collaborator

@junkmd junkmd commented Sep 19, 2022

Array is defined in _ctypes.
But imported to ctypes and can be referenced from the public module.
With this change, type checkers(such as mypy, pytype, and pyright) will no longer raise errors.

This is related to #327 (comment)

junkmd added a commit to junkmd/pywinauto that referenced this pull request Sep 19, 2022
vasily-v-ryabov added a commit to vasily-v-ryabov/pywinauto that referenced this pull request Sep 19, 2022
@vasily-v-ryabov vasily-v-ryabov merged commit fed3de6 into enthought:master Sep 19, 2022
@junkmd junkmd deleted the fix_Array_import_src branch September 19, 2022 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants