Bump ctypes to 3.14 (#14137)

This commit is contained in:
Semyon Moroz
2025-05-25 18:13:36 -07:00
committed by GitHub
parent adabd34dde
commit 4ea1f958ce
8 changed files with 28 additions and 26 deletions
+2
View File
@@ -75,6 +75,8 @@ class _CData:
_objects: Mapping[Any, int] | None
def __buffer__(self, flags: int, /) -> memoryview: ...
def __ctypes_from_outparam__(self, /) -> Self: ...
if sys.version_info >= (3, 14):
__pointer_type__: type
# this is a union of all the subclasses of _CData, which is useful because of
# the methods that are present on each of those subclasses which are not present