Commit 2e975cf7 authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Revert unwanted function name change introduced by r67939.

parent fbc2998e
......@@ -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)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment