commit | bd928fef428e48084ff29ece0e21d07ad86d0793 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 14 10:20:37 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 14 10:20:37 2011 +0200 |
tree | 0fd61d271dabb554cc4824e7e80b4c6d915f6ae2 | |
parent | 01277d166a993742814c772d01987fbaafb528d4 [diff] [blame] |
Rename _Py_identifier to _Py_IDENTIFIER.
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 2056b61..3618df1 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c
@@ -4820,7 +4820,7 @@ if (hobj == Py_None) { hptr = NULL; } else if (PyUnicode_Check(hobj)) { - _Py_identifier(encode); + _Py_IDENTIFIER(encode); idna = _PyObject_CallMethodId(hobj, &PyId_encode, "s", "idna"); if (!idna)