[issue19976] Argument Clinic: generate second arg for METH_NOARGS

STINNER Victor report at bugs.python.org
Fri Dec 13 16:11:08 CET 2013


STINNER Victor added the comment:

I prefer to omit the unused parameter, even if NULL *is* passed to the function.

If you prefer to add the unused parameter, what do you propose to avoid compiler warnings if unused parameters are checked?

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19976>
_______________________________________


More information about the Python-bugs-list mailing list