Neal Norwitz wrote: > Perhaps, we could wrap all deprecated functions/macros in: > > #ifdef Py_DEPRECATED > #endif I like this idea. We could easily undefine it to ensure that the core code is not using deprecated APIs. Neil