Skip to content

Commit 0615c58

Browse files
guocisrittau
andauthored
Update stdlib/_ctypes.pyi
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent f62e39b commit 0615c58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/_ctypes.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ class Structure(_CData, metaclass=_PyCStructType):
267267
_align_: ClassVar[int]
268268

269269
if sys.version_info >= (3, 14):
270+
# _layout_ can be defined by the user, but is not always present.
270271
_layout_: ClassVar[Literal["ms", "gcc-sysv"]]
271272

272273
def __init__(self, *args: Any, **kw: Any) -> None: ...

0 commit comments

Comments
 (0)