10000 gh-112433 Docs: Add versionadded value and whatsnew snippet by monkeyman192 · Pull Request #125087 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-112433 Docs: Add versionadded value and whatsnew snippet #125087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 8, 2024
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
Update Doc/whatsnew/3.13.rst
  • Loading branch information
kumaraditya303 authored Oct 8, 2024
commit 3bbc61702d41118443ce43f255f649f1cdcf5d68
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:`~ctypes.Structure._align_`
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
Loading
0