bug in inspect (was cgitb vs traceback)

Fernando Perez fperez528 at yahoo.com
Sat May 15 01:03:42 EDT 2004


Robin Becker wrote:

> ..... the above script demonstrates a bug in the inspect module's
> getinnerframes function which is using the frame f_lineno instead of the
> traceback's tb_lineno.

Have you reported this on SF yet?  I think I now realize I've been bitten by
this myself recently a few times.  Do you know if it's a new 2.3 bug, or has it
been present since 2.2?

I wonder if the fix could make it into 2.3.4 or not...

Best,

f



More information about the Python-list mailing list