mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
This commit is contained in:
parent
576def096e
commit
84b8e92e46
12 changed files with 84 additions and 89 deletions
|
@ -1050,7 +1050,7 @@ Currently Argument Clinic supports only a few return converters:
|
|||
DecodeFSDefault
|
||||
|
||||
None of these take parameters. For the first three, return -1 to indicate
|
||||
error. For ``DecodeFSDefault``, the return type is ``char *``; return a NULL
|
||||
error. For ``DecodeFSDefault``, the return type is ``const char *``; return a NULL
|
||||
pointer to indicate an error.
|
||||
|
||||
(There's also an experimental ``NoneType`` converter, which lets you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue