[Python-Dev] python compiler (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 6 02:03:27 CEST 2010


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



More information about the Python-Dev mailing list