[Python-checkins] CVS: python/dist/src/Modules _sre.c,2.77,2.78 _tkinter.c,1.123,1.124 cPickle.c,2.75,2.76

Neal Norwitz neal@metaslash.com
Sun, 31 Mar 2002 10:32:41 -0500


Guido van Rossum wrote:
> 
> > Modified Files:
> >       _sre.c _tkinter.c cPickle.c
> > Log Message:
> > Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags
> 
> I hope for you that those symbols also exist in Python 1.5.2,
> otherwise /F will revert your changes to _sre.c right away! :-)

METH_VARARGS does exist in 1.5.2, but METH_OLDARGS doesn't seem to be.
I'll revert the OLDARGS.

Thanks for the heads up :-)
Neal