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
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
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.
>
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.
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
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
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