mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()
This commit is contained in:
parent
8b358e55db
commit
46408606d8
2 changed files with 2 additions and 2 deletions
|
@ -10015,7 +10015,7 @@ Py_UNICODE_strrchr(const Py_UNICODE *s, Py_UNICODE c)
|
|||
}
|
||||
|
||||
Py_UNICODE*
|
||||
PyUnicode_strdup(PyObject *object)
|
||||
PyUnicode_AsUnicodeCopy(PyObject *object)
|
||||
{
|
||||
PyUnicodeObject *unicode = (PyUnicodeObject *)object;
|
||||
Py_UNICODE *copy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue