mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +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
|
|
@ -534,7 +534,7 @@ oss_self(PyObject *self, PyObject *unused)
|
|||
static PyObject *
|
||||
oss_exit(PyObject *self, PyObject *unused)
|
||||
{
|
||||
_Py_identifier(close);
|
||||
_Py_IDENTIFIER(close);
|
||||
|
||||
PyObject *ret = _PyObject_CallMethodId(self, &PyId_close, NULL);
|
||||
if (!ret)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue