[Python-Dev] Remove METH_OLDARGS?
Fredrik Lundh
fredrik at pythonware.com
Tue May 30 13:24:08 CEST 2006
Georg Brandl wrote:
> > I'd be satisfied with a deprecation warning for PyArg_Parse, though we
> > (*) should really figure out how to make it work on Windows. I
> > haven't seen anyone object to the C compiler deprecation warning.
>
> There is something at
> http://msdn2.microsoft.com/en-us/library/044swk7y.aspx
>
> but it says only "C++".
and links to
http://msdn2.microsoft.com/en-us/library/c8xdzzhh.aspx
which provides a pragma that does the same thing, and is documented to work
for both C and C++, and also works for macros.
</F>
More information about the Python-Dev
mailing list