projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6faad35
)
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
author
Jeroen Demeyer
<J.Demeyer@UGent.be>
Fri, 17 May 2019 10:21:35 +0000
(12:21 +0200)
committer
Stéphane Wirtel
<stephane@wirtel.be>
Fri, 17 May 2019 10:21:35 +0000
(12:21 +0200)
Objects/call.c
patch
|
blob
|
history
diff --git
a/Objects/call.c
b/Objects/call.c
index 68f9e879fa76b4b057459ba9e7594851ab773241..337ca8110809398eb4374df23554087c0636a7ca 100644
(file)
--- a/
Objects/call.c
+++ b/
Objects/call.c
@@
-701,7
+701,7
@@
_PyMethodDef_RawFastCallKeywords(PyMethodDef *method, PyObject *self,
default:
PyErr_SetString(PyExc_SystemError,
- "Bad call flags in _Py
CFunction_
FastCallKeywords. "
+ "Bad call flags in _Py
MethodDef_Raw
FastCallKeywords. "
"METH_OLDARGS is no longer supported!");
goto exit;
}