[ctypes] update ctypes.CField (#15052)

This commit is contained in:
Guo Ci
2025-12-20 17:39:57 -05:00
committed by GitHub
parent efcacfbded
commit 67c0ee5193
2 changed files with 40 additions and 15 deletions
+3
View File
@@ -55,6 +55,9 @@ if sys.version_info >= (3, 14):
else:
from _ctypes import POINTER as POINTER, pointer as pointer
if sys.version_info >= (3, 14):
CField = _CField
DEFAULT_MODE: Final[int]
class ArgumentError(Exception): ...