[pypy-dev] How to run in trace objspace?

holger krekel hpk at trillke.net
Mon Jan 19 10:48:45 CET 2004


Hi Seo!

[Seo Sanghyeon Mon, Jan 19, 2004 at 06:30:59PM +0900]
> r2832.
> 
> `python py.py -h' says that '-P' option lets the interpreter
> run in trace objspace, but it fails. How can I run in the
> trace objspace?

i think this option is a left over and should be deleted.  You are 
actually supposed to run 'python tool/traceinteractive.py' with 
the '-T' or '-S' option.  I just fixed two minor glitches in this file. 
Note, that the completer in there doesn't really work (Richard, what is
that 'GERE' supposed to mean? :-) 

We certainly want to perform some cleanup and unification 
on our "frontend" scripts so that probably only 'py.py' remains 
and the rest goes ...

cheers,

    holger


More information about the Pypy-dev mailing list