pypreprocessor icon indicating copy to clipboard operation
pypreprocessor copied to clipboard

Fixed wrong stack trace dump

Open ThomasZecha opened this issue 1 year ago • 0 comments

-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.

ThomasZecha avatar Aug 19 '24 11:08 ThomasZecha