Re: trace cmd line args in 2.7

2010-12-10 Thread rusi
On Dec 10, 10:53 am, rusi wrote: > Ive installed python 2.7 > And trace still ignores my ignore-module etc requests Is this a know bug with the trace module? I find it hard to believe that as traces naturally tend to get huge unless carefully trimmed -- http://mail.python.org/mailman/listinfo/py

Re: trace cmd line args

2010-12-09 Thread rusi
On Dec 9, 10:37 pm, rusi wrote: > On Dec 9, 9:03 pm, Terry Reedy wrote: > > > > > On 12/9/2010 7:12 AM, rusi wrote: > > > > On Dec 9, 1:39 pm, Terry Reedy  wrote: > > >> On 12/9/2010 1:10 AM, rusi wrote: > > > >>> I am unable to get trace to not trace system modules. > > > >> Try it with 3.2b1, j

Re: trace cmd line args

2010-12-09 Thread rusi
On Dec 9, 9:03 pm, Terry Reedy wrote: > On 12/9/2010 7:12 AM, rusi wrote: > > > On Dec 9, 1:39 pm, Terry Reedy  wrote: > >> On 12/9/2010 1:10 AM, rusi wrote: > > >>> I am unable to get trace to not trace system modules. > > >> Try it with 3.2b1, just released. Multiple bugs were fixed in trace. >

Re: trace cmd line args

2010-12-09 Thread Terry Reedy
On 12/9/2010 7:12 AM, rusi wrote: On Dec 9, 1:39 pm, Terry Reedy wrote: On 12/9/2010 1:10 AM, rusi wrote: I am unable to get trace to not trace system modules. Try it with 3.2b1, just released. Multiple bugs were fixed in trace. Some fixes might also be in recent 2.7.1 and 3.1.3. Not sure.

Re: trace cmd line args

2010-12-09 Thread rusi
On Dec 9, 1:39 pm, Terry Reedy wrote: > On 12/9/2010 1:10 AM, rusi wrote: > > > I am unable to get trace to not trace system modules. > > Try it with 3.2b1, just released. Multiple bugs were fixed in trace. > Some fixes might also be in recent 2.7.1 and 3.1.3. Not sure. > > -- > Terry Jan Reedy I

Re: trace cmd line args

2010-12-09 Thread Terry Reedy
On 12/9/2010 1:10 AM, rusi wrote: I am unable to get trace to not trace system modules. Try it with 3.2b1, just released. Multiple bugs were fixed in trace. Some fixes might also be in recent 2.7.1 and 3.1.3. Not sure. -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list

trace cmd line args

2010-12-08 Thread rusi
I am unable to get trace to not trace system modules. I tried: $ python -m trace --listfuncs tt.py --ignore-module 'bdb' > tracefile $ python -m trace --listfuncs --ignore-dir /usr/lib/python2.6 tt.py > tracefile and many other combinations But anyhow my tracefile contains lines like this: file