add missing ctypes things (#13147)

This commit is contained in:
Stephen Morton
2024-11-28 12:09:47 -08:00
committed by GitHub
parent 5c7d51f3b8
commit 7a0f6837e9
4 changed files with 17 additions and 11 deletions

View File

@@ -66,10 +66,6 @@ xml.sax.expatreader
# TODO: Module members that exist at runtime, but are missing from stubs
# ==========
_thread.RLock
ctypes.ARRAY
ctypes.SetPointerType
ctypes.c_voidp
ctypes.util.test
multiprocessing.managers.Server.accepter
multiprocessing.managers.Server.create
multiprocessing.managers.Server.debug_info
@@ -101,12 +97,6 @@ multiprocessing.synchronize.Semaphore.get_value
tkinter.Misc.config
tkinter.font.Font.counter
_ctypes.PyObj_FromPtr
_ctypes.Py_DECREF
_ctypes.Py_INCREF
_ctypes.buffer_info
_ctypes.call_cdeclfunction
_ctypes.call_function
# ==========
# Modules that exist at runtime, but are deliberately missing from stubs