put * in the normal place
This commit is contained in:
parent
c5d7518a2e
commit
c7dedb0945
@ -47,9 +47,9 @@ static PyObject *parsestrplus(struct compiling *, const node *n,
|
|||||||
#define COMP_SETCOMP 2
|
#define COMP_SETCOMP 2
|
||||||
|
|
||||||
static identifier
|
static identifier
|
||||||
new_identifier(const char* n, PyArena *arena)
|
new_identifier(const char *n, PyArena *arena)
|
||||||
{
|
{
|
||||||
PyObject* id = PyUnicode_DecodeUTF8(n, strlen(n), NULL);
|
PyObject *id = PyUnicode_DecodeUTF8(n, strlen(n), NULL);
|
||||||
Py_UNICODE *u;
|
Py_UNICODE *u;
|
||||||
if (!id)
|
if (!id)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user