summaryrefslogtreecommitdiffstats
path: root/Objects/classobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/classobject.c')
-rw-r--r--Objects/classobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/classobject.c b/Objects/classobject.c
index 40161ef..09b95bf 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -14,7 +14,7 @@ static int numfree = 0;
#define PyMethod_MAXFREELIST 256
#endif
-_Py_identifier(__name__);
+_Py_IDENTIFIER(__name__);
PyObject *
PyMethod_Function(PyObject *im)