-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Fix some ctypes docs typos #130307
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
Fix some ctypes docs typos #130307
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @encukou
(cherry picked from commit 417372b) Co-authored-by: Alcaro <[email protected]>
Sorry, @Alcaro and @encukou, I could not cleanly backport this to
|
GH-130343 is a backport of this pull request to the 3.13 branch. |
You might try the Diátaxis way: pick a small change, and don't worry if it's the most important one. |
The main reason we do backports is avoiding future conflicts; since there's one already I'm not planning to backport to 3.12. |
Fix some ctypes docs typos (GH-130307) (cherry picked from commit 417372b) Co-authored-by: Alcaro <[email protected]>
Probably plenty of potential for improvement left (string representation and memory management on FFI boundaries are easy footguns, I'm not sure if they're treated with the appropriate respect), but I don't know how to do that.
📚 Documentation preview 📚: https://cpython-previews--130307.org.readthedocs.build/