Kaydet (Commit) a8b46944 authored tarafından Jeroen Demeyer's avatar Jeroen Demeyer Kaydeden (comit) Stéphane Wirtel

Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)

üst 6faad355
......@@ -701,7 +701,7 @@ _PyMethodDef_RawFastCallKeywords(PyMethodDef *method, PyObject *self,
default:
PyErr_SetString(PyExc_SystemError,
"Bad call flags in _PyCFunction_FastCallKeywords. "
"Bad call flags in _PyMethodDef_RawFastCallKeywords. "
"METH_OLDARGS is no longer supported!");
goto exit;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment