mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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
|
@ -700,7 +700,7 @@ mmap__enter__method(mmap_object *self, PyObject *args)
|
|||
static PyObject *
|
||||
mmap__exit__method(PyObject *self, PyObject *args)
|
||||
{
|
||||
_Py_identifier(close);
|
||||
_Py_IDENTIFIER(close);
|
||||
|
||||
return _PyObject_CallMethodId(self, &PyId_close, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue