Skip to content
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

[3.12] Improve some C API documentation (GH-108768) #108785

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 1, 2023

  • Express functions which take argument as a C string in terms of functions which take Python object.
  • Use "note" directive for PyMapping_HasKey() and PyMapping_HasKeyString() notes.

(cherry picked from commit 6f97eee)


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

* Express functions which take argument as a C string in terms of
  functions which take Python object.
* Use "note" directive for PyMapping_HasKey() and
  PyMapping_HasKeyString() notes..
(cherry picked from commit 6f97eee)

Co-authored-by: Serhiy Storchaka <[email protected]>
@Yhg1s Yhg1s merged commit 246cb64 into python:3.12 Sep 2, 2023
@serhiy-storchaka serhiy-storchaka deleted the backport-6f97eee-3.12 branch February 19, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants