mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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;
|
return repr;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *PyUnicodeAsUnicodeEscapeString(PyObject *unicode)
|
PyObject *PyUnicode_AsUnicodeEscapeString(PyObject *unicode)
|
||||||
{
|
{
|
||||||
PyObject *s;
|
PyObject *s;
|
||||||
if (!PyUnicode_Check(unicode)) {
|
if (!PyUnicode_Check(unicode)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue