Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.13.rst
  • Loading branch information
kumaraditya303 authored Oct 8, 2024
commit a529512694a7f398564d3de5d9b5cb0c5215c5b7
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ ctypes
See :gh:`124520` for discussion and links to changes in some affected
projects.

* :class:`ctypes.Structure` objects have a new :attr:`.Structure._align_`
* :class:`ctypes.Structure` objects have a new :attr:`~Structure._align_`
Comment thread
kumaraditya303 marked this conversation as resolved.
Outdated
attribute which allows the alignment of the structure being packed to/from
memory to be specified explicitly.
(Contributed by Matt Sanderson in :gh:`112433`)
Expand Down