commit | a8b46944d72bba6dc76260ed61da5c78d3f9d9c0 | [log] [tgz] |
---|---|---|
author | Jeroen Demeyer <J.Demeyer@UGent.be> | Fri May 17 12:21:35 2019 +0200 |
committer | Stéphane Wirtel <stephane@wirtel.be> | Fri May 17 12:21:35 2019 +0200 |
tree | eca2985ae5fe9bf6e85e3556f20a7224dd8c9157 | |
parent | 6faad355db6c2bd4a0ade7868f245b42c04f5337 [diff] [blame] |
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
diff --git a/Objects/call.c b/Objects/call.c index 68f9e87..337ca81 100644 --- a/Objects/call.c +++ b/Objects/call.c
@@ -701,7 +701,7 @@ 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; }