[Python-Dev] Deprecating C APIs (Use of PyArg_NoArgs()) (original) (raw)

Neil Schemenauer nas@python.ca
Tue, 2 Apr 2002 07:13:55 -0800


Neal Norwitz wrote:

Perhaps, we could wrap all deprecated functions/macros in:

#ifdef PyDEPRECATED #endif

I like this idea. We could easily undefine it to ensure that the core code is not using deprecated APIs.

Neil