提交 3497e16a authored 作者: Reyhane Askari's avatar Reyhane Askari

changed the default of check_stack_trace to check_all

上级 1b2d2f2f
...@@ -1511,7 +1511,7 @@ AddConfigVar('check_stack_trace', ...@@ -1511,7 +1511,7 @@ AddConfigVar('check_stack_trace',
" optimization. check_all checks if the stack trace is added" " optimization. check_all checks if the stack trace is added"
" and check_and_skip checks all the stack trace of optimizations" " and check_and_skip checks all the stack trace of optimizations"
" but skips the ones that have a dummy value ", " but skips the ones that have a dummy value ",
EnumStr('not_checking', 'check_all', 'check_and_skip'), EnumStr('check_all', 'not_checking', 'check_and_skip'),
in_c_key=False) in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论