]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Improve some C API documentation (GH-108768) (#108785)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Sep 2023 21:43:41 +0000 (00:43 +0300)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 21:43:41 +0000 (23:43 +0200)
commit246cb64984de988a5e53781f912ae7ba73365aca
tree91a9e815b0cfd12487f259cc017827ca4c8d67a8
parentba7e06bb631a85b0e74b6de4c5005d4b4447519f
[3.12] Improve some C API documentation (GH-108768) (#108785)

* 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