Skip to content

[3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (GH-25384) #118046

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 1 commit into from
Apr 19, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 18, 2024

The implementation uses 'ptr' for the name of the first parameter of
ctypes.string_at() and ctypes.wstring_at(). Align docs and docstrings
with the naming used in the implementation.

(cherry picked from commit 81a926b)

Co-authored-by: Shreyan Avigyan [email protected]
Co-authored-by: Irit Katriel [email protected]
Co-authored-by: Erlend E. Aasland [email protected]


📚 Documentation preview 📚: https://cpython-previews--118046.org.readthedocs.build/

Fixes: #87969

…pes' [w]string_at() (pythonGH-25384)

The implementation uses 'ptr' for the name of the first parameter of
ctypes.string_at() and ctypes.wstring_at(). Align docs and docstrings
with the naming used in the implementation.

(cherry picked from commit 81a926b)

Co-authored-by: Shreyan Avigyan <[email protected]>
Co-authored-by: Irit Katriel <[email protected]>
Co-authored-by: Erlend E. Aasland <[email protected]>
@encukou encukou merged commit 26c659e into python:3.12 Apr 19, 2024
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants