We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys.version_info >= (3, 14)
1 parent ca3ee34 commit bd3a7afCopy full SHA for bd3a7af
1 file changed
stdlib/ctypes/__init__.pyi
@@ -55,6 +55,9 @@ if sys.version_info >= (3, 14):
55
else:
56
from _ctypes import POINTER as POINTER, pointer as pointer
57
58
+if sys.version_info >= (3, 14):
59
+ CField = _CField
60
+
61
DEFAULT_MODE: Final[int]
62
63
class ArgumentError(Exception): ...
0 commit comments