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
..
2016-09-07 09:26:18 -07:00
2016-09-13 22:46:15 -07:00
2017-01-01 22:04:13 -06:00
2017-05-28 11:35:14 +02:00
2017-05-23 12:23:05 -05:00
2017-05-28 11:35:14 +02:00
2017-05-28 11:35:14 +02:00

Miscellaneous source files for the main Python shared library