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