mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +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
|
@ -18,7 +18,7 @@ static int
|
|||
check_matched(PyObject *obj, PyObject *arg)
|
||||
{
|
||||
PyObject *result;
|
||||
_Py_identifier(match);
|
||||
_Py_IDENTIFIER(match);
|
||||
int rc;
|
||||
|
||||
if (obj == Py_None)
|
||||
|
@ -247,7 +247,7 @@ show_warning(PyObject *filename, int lineno, PyObject *text, PyObject
|
|||
PyObject *f_stderr;
|
||||
PyObject *name;
|
||||
char lineno_str[128];
|
||||
_Py_identifier(__name__);
|
||||
_Py_IDENTIFIER(__name__);
|
||||
|
||||
PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue