[Python-bugs-list] [ python-Bugs-436058 ] _PyTrace_Init needs a prototype

noreply@sourceforge.net noreply@sourceforge.net
Wed, 27 Jun 2001 12:23:09 -0700


Bugs item #436058, was opened at 2001-06-25 03:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=436058&group_id=5470

Category: Python Interpreter Core
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: _PyTrace_Init needs a prototype

Initial Comment:
_PyTrace_Init() needs a  declaration in an include file
somewhere.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-06-27 12:23

Message:
Logged In: YES 
user_id=3066

_PyTrace_Init() was removed in Python/ceval.c revision
2.259.  A new function, trace_init(), replaces it, but is
static in Python/sysmodule.c (revision 2.88).


----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-06-25 09:18

Message:
Logged In: YES 
user_id=3066

_PyTrace_Init() will be removed as a side-effect of the new
profiler interface I'm working on, which I only got word
that I could talk about this morning.  ;)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=436058&group_id=5470