cpython/Modules/cjkcodecs/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
..
multibytecodec.c.h bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) 2017-06-10 07:51:48 +03:00