We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79abbf0 commit 987216bCopy full SHA for 987216b
1 file changed
Lib/ctypes/__init__.py
@@ -36,9 +36,6 @@
36
FUNCFLAG_USE_ERRNO as _FUNCFLAG_USE_ERRNO, \
37
FUNCFLAG_USE_LASTERROR as _FUNCFLAG_USE_LASTERROR
38
39
-# TODO: RUSTPYTHON remove this
40
-from _ctypes import _non_existing_function
41
-
42
# WINOLEAPI -> HRESULT
43
# WINOLEAPI_(type)
44
#
0 commit comments