STINNER Victor added the comment:

> Also with that, many implementors will not want to care about keyword 
> arguments and would thus appreciate it if they didn't have to. Forcing them 
> to test for keyword arguments and raising the correct error for it (with the 
> correct and consistent message) seems an entirely unnecessary imposition.

Ah, I took the habit of using Argument Clinic, so I don't have to both to thing 
anymore :-) But yes, writing manually the PyArg_XXX() code is boring and 
error-prone, I agree.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29464>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to