tracebacks - How to add frames??
Randall Hopper
aa8vb at yahoo.com
Tue Mar 28 08:41:45 EST 2000
More information about the Python-list mailing list
Tue Mar 28 08:41:45 EST 2000
- Previous message (by thread): Tkinter <Alt-f> access
- Next message (by thread): ReportLab Release 0.90 - Dynamic PDF from Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is it possible to add frames to the current traceback object from
inside a C extension?
I have Python calling C making callbacks to Python, and I'm missing
the middle layer in tracebacks.
Tim Peters summarizes it nicely:
| If A calls B tails calls C tail calls D blows up, I damn sure don't
| want a traceback claiming that A called D directly. I want to get a
| traceback object with the full chain intact
Thanks,
--
Randall Hopper
aa8vb at yahoo.com
- Previous message (by thread): Tkinter <Alt-f> access
- Next message (by thread): ReportLab Release 0.90 - Dynamic PDF from Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list