Re: [Python-Dev] __lltrace__

2007-04-14 Thread Guido van Rossum
The __lltrace__ feature costs in maintenance; it should either be fixed or ripped out. On 4/14/07, Kristján Valur Jónsson <[EMAIL PROTECTED]> wrote: > > > > > Hello again. > > So, using __lltrace__, I stumbled over a crashbug (to which I have already > submitted a fix).i > > To trigger the crash,

[Python-Dev] __lltrace__

2007-04-14 Thread Kristján Valur Jónsson
Hello again. So, using __lltrace__, I stumbled over a crashbug (to which I have already submitted a fix).i To trigger the crash, I modified lib/test/test_trace.py, lines 609 onwards: def test_16_no_jump_into_finally_block(self): globals()["__lltrace__"] = 1 self.run_test(no_jum