Revert unwanted function name change introduced by r67939.
This commit is contained in:
parent
7d41890dfa
commit
2056bed45e
@ -3253,7 +3253,7 @@ PyObject *PyUnicode_EncodeUnicodeEscape(const Py_UNICODE *s,
|
|||||||
return repr;
|
return repr;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *PyUnicodeAsUnicodeEscapeString(PyObject *unicode)
|
PyObject *PyUnicode_AsUnicodeEscapeString(PyObject *unicode)
|
||||||
{
|
{
|
||||||
PyObject *s;
|
PyObject *s;
|
||||||
if (!PyUnicode_Check(unicode)) {
|
if (!PyUnicode_Check(unicode)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user