[Python-ideas] feature to make traceback objects usable without references to frame locals and globals

Alexander Belopolsky alexander.belopolsky at gmail.com
Sat Jun 26 17:34:43 CEST 2010


On Sat, Jun 26, 2010 at 4:23 AM, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> ghazel at gmail.com wrote:
..
> I'd like to take this further and remove the need for
> traceback objects to refer to a frame object at all.
> The standard traceback printout only needs two pieces of
> information from the traceback, the file name and line
> number.

Wouldn't that make it impossible to do postmortem analysis in pdb?



More information about the Python-ideas mailing list