mirror of
https://github.com/python/cpython.git
synced 2026-04-22 20:01:13 +00:00
[3.7] Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) (GH-13385)
(cherry picked from commit a8b46944d7)
Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
This commit is contained in:
parent
ced80d8ce2
commit
9050aaf6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue