move and rename from ctypes._FuncPointer to _ctypes.CFuncPtr (#10140)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Jun Komoda
2023-05-07 02:17:34 +09:00
committed by GitHub
parent 853d01d55e
commit a6ecf564b5
3 changed files with 25 additions and 22 deletions

View File

@@ -24,6 +24,7 @@ _collections_abc.Set.__rsub__
_collections_abc.Set.__rxor__
_csv.Dialect.__init__ # C __init__ signature is inaccurate
_ctypes.CFuncPtr # stubtest erroneously thinks it can't be subclassed
_threading_local.local.__new__
_weakref.ref.* # Alias for _weakref.ReferenceType, problems should be fixed there
_weakref.CallableProxyType.__getattr__ # Should have all attributes of proxy
@@ -334,7 +335,6 @@ turtle.ScrolledCanvas.onResize
wave.Wave_read.initfp
wave.Wave_write.initfp
_ctypes.CFuncPtr
_ctypes.PyObj_FromPtr
_ctypes.Py_DECREF
_ctypes.Py_INCREF