Serhiy Storchaka added the comment:

Can Argument Clinic be simplified when drop support for all alternative outputs 
besides a side file?

> * "args" and "kwargs" variables in C renamed to "_args" and "_kwargs"

Why this is needed? If buildin function has "args" or "kwargs" keyword 
arguments, C variables can be renamed to args_value and kwargs_value, as for 
any reserved keywords (e.g. "default", "int"). Other changes look very good, 
but these are just add code churn.

----------

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

Reply via email to