commit | 2056bed45eec7a0a7e3cf8345de43cc271996625 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Sat Dec 27 19:46:35 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Sat Dec 27 19:46:35 2008 +0000 |
tree | a81904188445770341b1a86e816f85b2c96b8f63 | |
parent | 7d41890dfa8ceac7d549146fe4e73fc3d86696c2 [diff] [blame] |
Revert unwanted function name change introduced by r67939.
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 50476ea..3a33429 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c
@@ -3253,7 +3253,7 @@ return repr; } -PyObject *PyUnicodeAsUnicodeEscapeString(PyObject *unicode) +PyObject *PyUnicode_AsUnicodeEscapeString(PyObject *unicode) { PyObject *s; if (!PyUnicode_Check(unicode)) {