[Patches] [Patch #101033] Use METH_VARARGS constant in Modules/

noreply@sourceforge.net noreply@sourceforge.net
Thu, 3 Aug 2000 05:40:57 -0700


Patch #101033 has been updated. 

Project: 
Category: core (C code)
Status: Closed
Summary: Use METH_VARARGS constant in Modules/

Follow-Ups:

Date: 2000-Aug-03 03:08
By: marangoz

Comment:
So this replaces '1' with METH_VARARGS (good),
but leaves the '0' in place (bad).
What's the point, then? :-)
-------------------------------------------------------

Date: 2000-Aug-03 05:40
By: akuchling

Comment:
A METH_OLDARGS constant was added, and Modules/ changed 
to use METH_OLDARGS instead of zero.  
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101033&group_id=5470