mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +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
|
@ -2698,7 +2698,7 @@ static PyObject *
|
|||
bytearray_reduce(PyByteArrayObject *self)
|
||||
{
|
||||
PyObject *latin1, *dict;
|
||||
_Py_identifier(__dict__);
|
||||
_Py_IDENTIFIER(__dict__);
|
||||
|
||||
if (self->ob_bytes)
|
||||
latin1 = PyUnicode_DecodeLatin1(self->ob_bytes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue