Skip to content

Commit 191f7a1

Browse files
committed
fix
1 parent e2b6922 commit 191f7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/context.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,8 +1270,8 @@ token_exit_impl(PyContextToken *self, PyObject *type, PyObject *val,
12701270
static PyMethodDef PyContextTokenType_methods[] = {
12711271
{"__class_getitem__", Py_GenericAlias,
12721272
METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
1273-
BLOB_ENTER_METHODDEF
1274-
BLOB_EXIT_METHODDEF
1273+
TOKEN_ENTER_METHODDEF
1274+
TOKEN_EXIT_METHODDEF
12751275
{NULL}
12761276
};
12771277

0 commit comments

Comments
 (0)