diff options
Diffstat (limited to 'Objects/dictobject.c')
| -rw-r--r-- | Objects/dictobject.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/dictobject.c b/Objects/dictobject.c index e5f7005d49..60660adf89 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -3252,6 +3252,7 @@ static PyMethodDef mapp_methods[] = {      {"copy",            (PyCFunction)dict_copy,         METH_NOARGS,       copy__doc__},      DICT___REVERSED___METHODDEF +    {"__class_getitem__", (PyCFunction)Py_GenericAlias, METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},      {NULL,              NULL}   /* sentinel */  };  | 
