mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
This commit is contained in:
parent
6faad355db
commit
a8b46944d7
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ _PyMethodDef_RawFastCallKeywords(PyMethodDef *method, PyObject *self,
|
||||||
|
|
||||||
default:
|
default:
|
||||||
PyErr_SetString(PyExc_SystemError,
|
PyErr_SetString(PyExc_SystemError,
|
||||||
"Bad call flags in _PyCFunction_FastCallKeywords. "
|
"Bad call flags in _PyMethodDef_RawFastCallKeywords. "
|
||||||
"METH_OLDARGS is no longer supported!");
|
"METH_OLDARGS is no longer supported!");
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue