Skip to content

Commit 5fd69ea

Browse files
committed
enable ctypes
1 parent 57676ea commit 5fd69ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/ctypes/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
FUNCFLAG_USE_ERRNO as _FUNCFLAG_USE_ERRNO, \
3737
FUNCFLAG_USE_LASTERROR as _FUNCFLAG_USE_LASTERROR
3838

39-
# TODO: RUSTPYTHON remove this
40-
from _ctypes import _non_existing_function
41-
4239
# WINOLEAPI -> HRESULT
4340
# WINOLEAPI_(type)
4441
#

0 commit comments

Comments
 (0)