[Patches] [ python-Patches-477750 ] Use METH_ constants in Modules

noreply@sourceforge.net noreply@sourceforge.net
Thu, 17 Jan 2002 15:18:26 -0800


Patches item #477750, was opened at 2001-11-03 02:52
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=477750&group_id=5470

Category: Modules
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use METH_ constants in Modules

Initial Comment:
This patch addes METH_OLDARGS and METH_VARARGS into
every method table (except for curses, for which a
separate patch is upcoming).

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-01-17 15:18

Message:
Logged In: YES 
user_id=21627

Committed as

_codecsmodule.c 2.11
_tkinter.c 1.122
audioop.c 1.48
bsddbmodule.c 1.32
cdmodule.c 1.27
clmodule.c 2.26
dlmodule.c 2.20
flmodule.c 1.48
fmmodule.c 1.19
fpectlmodule.c 2.15
fpetestmodule.c 2.7
imageop.c 2.26
imgfile.c 1.29
mmapmodule.c 2.37
mpzmodule.c 2.39
nismodule.c 2.22
pcremodule.c 2.31
puremodule.c 2.5
regexmodule.c 1.46
resource.c 2.21
rgbimgmodule.c 2.24
rotormodule.c 2.32
sgimodule.c 1.18
socketmodule.c 1.203
sunaudiodev.c 1.28
svmodule.c 2.19
timingmodule.c 2.9


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-01-12 03:35

Message:
Logged In: YES 
user_id=21627

Jeremy, any objection to applying this now?

----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2001-12-04 08:19

Message:
Logged In: YES 
user_id=31392

We should probably wait until after 2.2 to make all these
changes.  I expect they're harmless, but it's a lot of code
to change at the last minute.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=477750&group_id=5470