commit | 6f97eeec222f81bd7ae836c149872a40b079e2a6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Sep 01 22:21:39 2023 +0300 |
committer | GitHub <noreply@github.com> | Fri Sep 01 22:21:39 2023 +0300 |
tree | b8d1853003e55276f48a6be813bb5f1a7c1db491 | |
parent | 45b9e6a61f4cd61c08b2b02d257b52635ab37a25 [diff] |
Improve some C API documentation (GH-108768) * 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.