Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable ctypes
  • Loading branch information
youknowone committed Dec 23, 2025
commit 987216bcb8df3b3ce73056d66bee7dff66f6831c
3 changes: 0 additions & 3 deletions Lib/ctypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
FUNCFLAG_USE_ERRNO as _FUNCFLAG_USE_ERRNO, \
FUNCFLAG_USE_LASTERROR as _FUNCFLAG_USE_LASTERROR

# TODO: RUSTPYTHON remove this
from _ctypes import _non_existing_function

# WINOLEAPI -> HRESULT
# WINOLEAPI_(type)
#
Expand Down