mirror of
https://github.com/python/cpython.git
synced 2025-09-10 10:47:34 +00:00
Rename _Py_identifier to _Py_IDENTIFIER.
This commit is contained in:
parent
01277d166a
commit
bd928fef42
57 changed files with 262 additions and 262 deletions
|
@ -527,7 +527,7 @@ static PyObject *parsestrplus(struct compiling *, const node *n,
|
|||
static identifier
|
||||
new_identifier(const char* n, PyArena *arena)
|
||||
{
|
||||
_Py_identifier(normalize);
|
||||
_Py_IDENTIFIER(normalize);
|
||||
PyObject* id = PyUnicode_DecodeUTF8(n, strlen(n), NULL);
|
||||
if (!id || PyUnicode_READY(id) == -1)
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue