8000 gh-76961: Fix the PEP3118 format string for ctypes.Structure by eric-wieser · Pull Request #5561 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-76961: Fix the PEP3118 format string for ctypes.Structure #5561

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 10 commits into from
Feb 5, 2023
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2018-02-05-21-54-46.bpo-32780
….Dtiz8z.rst

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
  • Loading branch information
eric-wieser and mdickinson authored Feb 5, 2023
commit 4de7a8a2917e8370d2a0a16beeac178a66e74e63
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Inter-field padding is now inserted into the PEP3118 format strings obtained
from ``ctypes.Structure`` objects, reflecting their true representation in
from :class:`ctypes.Structure` objects, reflecting their true representation in
memory.
0