Move some pointer-related definitions from ctypes/__init__.pyi to _ctypes.pyi (#10133)

This commit is contained in:
Jun Komoda
2023-05-03 18:04:13 +09:00
committed by GitHub
parent 06878a98be
commit 01b09d4371
3 changed files with 25 additions and 23 deletions

View File

@@ -335,7 +335,6 @@ wave.Wave_read.initfp
wave.Wave_write.initfp
_ctypes.CFuncPtr
_ctypes.POINTER
_ctypes.PyObj_FromPtr
_ctypes.Py_DECREF
_ctypes.Py_INCREF
@@ -343,7 +342,6 @@ _ctypes.buffer_info
_ctypes.byref
_ctypes.call_cdeclfunction
_ctypes.call_function
_ctypes.pointer
# ==========
# Allowlist entries that cannot or should not be fixed