pypreprocessor
pypreprocessor copied to clipboard
Fixed wrong stack trace dump
-The function rewrite_traceback() assumes erroneously a fixed frame introducing the file name in the stack trace in case of exceptions during execution of the input file. This limition is removed with this patch so that all sizes of call stacks will be treated correctly.