cpython/PC/clinic
Sylvain 7445381c60 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
The function '_PyArg_ParseStack()' and
'_PyArg_UnpackStack' were failing (with error
"XXX() takes Y argument (Z given)") before
the function '_PyArg_NoStackKeywords()' was called.
Thus, the latter did not raise its more meaningful
error : "XXX() takes no keyword arguments".
2017-06-10 07:51:48 +03:00
..
_testconsole.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 01:35:17 +01:00
msvcrtmodule.c.h bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) 2017-06-10 07:51:48 +03:00
winreg.c.h bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) 2017-06-10 07:51:48 +03:00
winsound.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 01:35:17 +01:00