[Python-Dev] python compiler (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 6 02:03:27 CEST 2010
- Previous message: [Python-Dev] python compiler
- Next message: [Python-Dev] python compiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Craig Citro wrote:
In the event of an exception, the Python call frames are constructed as the C call stack is unwound.
Although in Pyrex the frames have just enough info in them to find out the file name and line number -- the rest (f_stack, f_locals, etc.) are filled with dummy values.
-- Greg
- Previous message: [Python-Dev] python compiler
- Next message: [Python-Dev] python compiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]