June 20, 2001
10:31 p.m.
[Jack Jansen]
I'm getting "no prototype" warnings on _PyTrace_init, and inspection shows that this routine indeed doesn't show up in an include file. As it is used elsewhere (in sysmodule.c) shouldn't it be called PyTrace_init and have it's prototype declared somewhere?
It should indeed be declared in ceval.h (Fred?), but so long as it's part of the private API it should not lose the leading underscore.