[Python-Dev] Remove METH_OLDARGS?

Fredrik Lundh fredrik at pythonware.com
Tue May 30 20:40:28 CEST 2006


Georg Brandl wrote:

>> 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.
> 
> But we'd have to use an #ifdef for every deprecated function.

or a pydeprecated.h file with all the relevant functions and macros 
inside single ifdef.

</F>




More information about the Python-Dev mailing list