diff options
| author | arcadia-devtools <[email protected]> | 2022-02-11 11:03:03 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-02-11 11:03:03 +0300 |
| commit | 9e0f7aea7799e801eb90af47c09825358537a718 (patch) | |
| tree | 1baef65b00ef396862a4bbadb1fb62237ac929dc /contrib/tools/python/src/Include/stringobject.h | |
| parent | a9af1955eae1da5beab8f35afe22635c467084b7 (diff) | |
intermediate changes
ref:23d75af30a9649405a1b3643fbbd9810cf9f1987
Diffstat (limited to 'contrib/tools/python/src/Include/stringobject.h')
| -rw-r--r-- | contrib/tools/python/src/Include/stringobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python/src/Include/stringobject.h b/contrib/tools/python/src/Include/stringobject.h index 12cc093c629..def7e610992 100644 --- a/contrib/tools/python/src/Include/stringobject.h +++ b/contrib/tools/python/src/Include/stringobject.h @@ -170,9 +170,9 @@ PyAPI_FUNC(PyObject*) PyString_AsDecodedString( cause an exception). */ PyAPI_FUNC(int) PyString_AsStringAndSize( - register PyObject *obj, /* string or Unicode object */ - register char **s, /* pointer to buffer variable */ - register Py_ssize_t *len /* pointer to length variable or NULL + PyObject *obj, /* string or Unicode object */ + char **s, /* pointer to buffer variable */ + Py_ssize_t *len /* pointer to length variable or NULL (only possible for 0-terminated strings) */ ); |
