mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Mark _Py_char2wchar() input argument as constant
This commit is contained in:
parent
d449a8ad87
commit
5d1e3438cd
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
PyAPI_FUNC(wchar_t *) _Py_char2wchar(
|
||||
char *arg);
|
||||
const char *arg);
|
||||
|
||||
PyAPI_FUNC(char*) _Py_wchar2char(
|
||||
const wchar_t *text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue