]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Improve some C API documentation (GH-108768) (GH-108786)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Sep 2023 04:30:32 +0000 (07:30 +0300)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 04:30:32 +0000 (07:30 +0300)
commit6538bcfa0b65aba480b7611e7096e45e6924c978
treeacb5679bac63bd43a64f27fef6a844692c741845
parent0701f8cabd8c0a8197711c348f01ea4bbd9727da
[3.11] Improve some C API documentation (GH-108768) (GH-108786)

* 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 6f97eeec222f81bd7ae836c149872a40b079e2a6)
Doc/c-api/dict.rst
Doc/c-api/mapping.rst
Doc/c-api/object.rst