[Python-Dev] Deprecating C APIs (Use of PyArg_NoArgs()) (original) (raw)
Neil Schemenauer nas@python.ca
Tue, 2 Apr 2002 07:13:55 -0800
- Previous message: [Python-Dev] Deprecating C APIs (Use of PyArg_NoArgs())
- Next message: [Python-Dev] Deprecating C APIs (Use of PyArg_NoArgs())
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Deprecating C APIs (Use of PyArg_NoArgs())
- Next message: [Python-Dev] Deprecating C APIs (Use of PyArg_NoArgs())
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]