FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix type errors in pywin32 using types-pywin32 by Avasam · Pull Request #13844 · python/typeshed · GitHub

Fix type errors in pywin32 using types-pywin32 - #13844

Merged
Avasam merged 12 commits into
python:mainfrom
Avasam:pywin32--Add-win32gui._TrackMouseEvent
Jun 8, 2026
Merged

Fix type errors in pywin32 using types-pywin32#13844
Avasam merged 12 commits into
python:mainfrom
Avasam:pywin32--Add-win32gui._TrackMouseEvent

Conversation

Avasam commented Apr 16, 2025
edited
Loading

Copy link
Copy Markdown
Collaborator

These solve typing issues if applying types-pywin32 to pywin32 itself using check_untyped_defs = true (so mypy_primer likely won't catch any change)

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Avasam changed the title pywin32: Add win32gui._TrackMouseEvent Fix type errors in pywin32 using types-pywin32 Dec 21, 2025
Comment on lines +410 to +412
# Exists and is documented as a wrapper around TrackMouseEvent
# See https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-_trackmouseevent
def _TrackMouseEvent(tme: tuple[int, int, int], /) -> _win32typing.TRACKMOUSEEVENT: ...

Avasam Dec 21, 2025
edited
Loading

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This comment has been minimized.

This comment has been minimized.

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Avasam mentioned this pull request Jun 6, 2026
Avasam merged commit abc114f into python:main Jun 8, 2026
44 checks passed
Avasam deleted the pywin32--Add-win32gui._TrackMouseEvent branch June 8, 2026 14:38
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL