add missing _ctypes functions (#13067)

This commit is contained in:
Stephen Morton
2024-11-22 07:07:12 -08:00
committed by GitHub
parent 1af850d2b0
commit 05b969f975
3 changed files with 7 additions and 10 deletions

View File

@@ -24,11 +24,6 @@ select.POLLMSG # system dependent
(posix.ST_[A-Z]+)?
(termios.[A-Z0-9_]+)?
# Exists at runtime, but missing from stubs
_ctypes.dlclose
_ctypes.dlopen
_ctypes.dlsym
# ==========
# Allowlist entries that cannot or should not be fixed
# ==========

View File

@@ -5,10 +5,6 @@
curses.has_key
selectors.KqueueSelector
_ctypes.dlclose
_ctypes.dlopen
_ctypes.dlsym
# ==========
# Allowlist entries that cannot or should not be fixed
# ==========