mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Revert unwanted function name change introduced by r67939.
This commit is contained in:
parent
7d41890dfa
commit
2056bed45e
1 changed files with 1 additions and 1 deletions
|
@ -3253,7 +3253,7 @@ PyObject *PyUnicode_EncodeUnicodeEscape(const Py_UNICODE *s,
|
|||
return repr;
|
||||
}
|
||||
|
||||
PyObject *PyUnicodeAsUnicodeEscapeString(PyObject *unicode)
|
||||
PyObject *PyUnicode_AsUnicodeEscapeString(PyObject *unicode)
|
||||
{
|
||||
PyObject *s;
|
||||
if (!PyUnicode_Check(unicode)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue