Kaydet (Commit) 2056bed4 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Revert unwanted function name change introduced by r67939.

üst 7d41890d
......@@ -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