• Olivier Delalleau's avatar
    Moved statement out of try block · 26cdfa6e
    Olivier Delalleau 提交于
    Since the 'finally' block requires 'add_stack_trace_on_call' to be defined,
    technically it is better to define it out of the 'try' block. Most likely
    doesn't matter here though.
    26cdfa6e
function_module.py 53.4 KB