[Python-Dev] Use of PyArg_NoArgs()

Neal Norwitz neal@metaslash.com
Mon, 25 Mar 2002 11:05:20 -0500


Should the use of PyArg_NoArgs() be deprecated?

There are many uses (53) throughout Modules/*.c.  It seems that this
check is not useful anymore if the MethodDef is set to METH_NOARGS.
Is this correct?  If so, I can make a patch.

Neal