@@ -1305,7 +1305,7 @@ test_structseq_newtype_null_descr_doc(PyObject *Py_UNUSED(self),
13051305}
13061306
13071307static PyObject *
1308- test_structseq_newtype_interspersed_unnamed (PyObject * Py_UNUSED (self ),
1308+ structseq_newtype_interspersed_unnamed (PyObject * Py_UNUSED (self ),
13091309 PyObject * Py_UNUSED (args ))
13101310{
13111311 // gh-154387: unnamed fields may appear anywhere among the visible fields
@@ -3029,8 +3029,8 @@ static PyMethodDef TestMethods[] = {
30293029 test_structseq_newtype_doesnt_leak , METH_NOARGS },
30303030 {"test_structseq_newtype_null_descr_doc" ,
30313031 test_structseq_newtype_null_descr_doc , METH_NOARGS },
3032- {"test_structseq_newtype_interspersed_unnamed " ,
3033- test_structseq_newtype_interspersed_unnamed , METH_NOARGS },
3032+ {"structseq_newtype_interspersed_unnamed " ,
3033+ structseq_newtype_interspersed_unnamed , METH_NOARGS },
30343034 {"pyobject_repr_from_null" , pyobject_repr_from_null , METH_NOARGS },
30353035 {"pyobject_str_from_null" , pyobject_str_from_null , METH_NOARGS },
30363036 {"pyobject_bytes_from_null" , pyobject_bytes_from_null , METH_NOARGS },
0 commit comments