-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Some missing handle types in ctypes.wintypes
#123610
Labels
OS-windows
stdlib
Python modules in the Lib dir
topic-ctypes
type-feature
A feature request or enhancement
Comments
Which version of Python interpreter does the problem occur in? |
rruuaanng
added a commit
to rruuaanng/cpython
that referenced
this issue
Sep 14, 2024
zooba
pushed a commit
that referenced
this issue
Oct 18, 2024
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OS-windows
stdlib
Python modules in the Lib dir
topic-ctypes
type-feature
A feature request or enhancement
There are some missing handle types such as
HFILE
orHCURSOR
cpython/Lib/ctypes/wintypes.py
Lines 62 to 90 in 57c471a
https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types
Linked PRs
The text was updated successfully, but these errors were encountered: