[Python-Dev] Remove METH_OLDARGS?

Neal Norwitz nnorwitz at gmail.com
Tue May 30 06:06:30 CEST 2006


On 5/29/06, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> Georg Brandl wrote:
> > I thought more about PyArg_Parse for __deprecated__.
>
> Ah, PyArg_Parse can, of course. Having it actually do that should not
> hurt, either - but you need a reliable check whether the compiler
> supports __deprecated__.

Already done for gcc, see Py_DEPRECATED in pyport.h.  Would be nice if
someone could add support on Windows.

n


More information about the Python-Dev mailing list