Re: [Python-Dev] Unifying trace and profile

2006-02-22 Thread Robert Brewer
Title: RE: [Python-Dev] Unifying trace and profile I, Robert, wrote: > 1. Allow trace hooks to receive c_call, c_return, > and c_exception events (like profile does). and Nicholas Bastin replied: > I can easily make this modification.  You can also > register the same bound meth

Re: [Python-Dev] Unifying trace and profile

2006-02-22 Thread Nicholas Bastin
On 2/21/06, Robert Brewer <[EMAIL PROTECTED]> wrote: > 1. Allow trace hooks to receive c_call, c_return, and c_exception events > (like profile does). I can easily make this modification. You can also register the same bound method for trace and profile, which sortof eliminates this problem. > 2

[Python-Dev] Unifying trace and profile

2006-02-21 Thread Robert Brewer
There are a number of features I'd like to see happen with Python's tracing and profiling subsystems (but I don't have the C experience to do it myself). I started to write an SF feature-request and then realized it was too much for a single ticket. Maybe a PEP? All of these would be make my latest