Python 3: Update UIAutomationCore.dll comtypes module#9829
Merged
Conversation
Contributor
|
Hi, which UIA Core DLL version did you use? Thanks.
|
Collaborator
Author
|
AH, that info is only in the commit it seems
|
Contributor
|
Hi, at least there is no high-level change between 17763 and 18362 (and no change I can see in 20H1 at the moment). Thanks.
|
feerrenrut
approved these changes
Jul 3, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
None
Description of this pull request
We bundle a comtypes wrapper for the UIAutomation dll as we want to make sure that everyone has the same wrapper that supports the most recent version of Windows. The current wrapper was build with an older version of comtypes on Python 2.
I ran comtypes.client.GetModule("UIAutomationCore.dll") from a Python 3.7.3 interpretter with comtypes 1.1.7. As always, the order of definitions in the file has changed drastically.
Testing performed:
Tested that NVDA still starts and has access to UIA
Known issues with pull request:
NOne
Change log entry:
None