> * comp.lang.python is not the place to file bug reports
Agreed
> * more detail is needed that what's been given so far
Agreed. I will investigate further when I get a chance and determine if
it's a problem on my end.
Thanks a lot!
--
http://mail.python.org/mailman/listinfo/python-list
"Rotem" <[EMAIL PROTECTED]> writes:
> Hi,
>
> I noticed that pydb.pm() also fails in python2.5 when invoked on that
> same example (seems like also trying to access a nonexistent
> attribute/variable).
>
> Is this known to you as well/was it fixed?
Doesn't do that for me for Python 2.5 on both
Hi,
I noticed that pydb.pm() also fails in python2.5 when invoked on that
same example (seems like also trying to access a nonexistent
attribute/variable).
Is this known to you as well/was it fixed?
On Jan 25, 9:15 pm, [EMAIL PROTECTED] (R. Bernstein) wrote:
> I'd like to change my assessment of
I'd like to change my assessment of whether the problem encountered is
a pdb bug or not. It could be a bug in Python. (Right now it is only
known to be a bug in version 2.5.)
For a given traceback t, the question is whether t.tb_frame.f_lineno
can ever be different from t.tb_lineno.
Still, for no
"Rotem" <[EMAIL PROTECTED]> writes:
> Hi,
>
> Maybe I'm repeating a previous post (please correct me if I am).
>
> I've tried the following code in python 2.5 (r25:51908, Oct 6 2006,
> 15:22:41)
> example:
>
> from __future__ import with_statement
> import threading
>
> def f():
> l = thr