mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
[ctypes] update ctypes.CField (#15052)
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user