diff options
Diffstat (limited to 'Modules/pyexpat.c')
| -rw-r--r-- | Modules/pyexpat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 45ab70ee69..1bc4ffafcd 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -843,7 +843,7 @@ xmlparse_ParseFile(xmlparseobject *self, PyObject *f) { int rv = 1; PyObject *readmethod = NULL; - _Py_identifier(read); + _Py_IDENTIFIER(read); readmethod = _PyObject_GetAttrId(f, &PyId_read); if (readmethod == NULL) { |
