[Python-Dev] trace.py in std library?

Jeremy Hylton jeremy@alum.mit.edu
Wed, 11 Dec 2002 19:38:19 -0500


>>>>> "TD" == Timothy Delaney <Delaney> writes:

  TD> But I don't think it's a candidate yet. Among other things, the
  TD> tracing functionality is not hooked into each new thread. Not an
  TD> issue for my current project (which must run single-threaded due
  TD> to being invoked inside something that must run in a single
  TD> thread) but it is an issue for a version in the standard
  TD> library.

Maybe you should checkin what you have now.  If it's at least as
functional as trace.py, then it's an improvement over what we've got
in the std library now.  You/we can improve it as 2.3 development
proceeds. 

Jeremy