[Python-Dev] _PyTrace_init declaration

Tim Peters tim.one@home.com
Wed, 20 Jun 2001 18:31:10 -0400


[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.