Kaydet (Commit) 55b5fa76 authored tarafından Victor Stinner's avatar Victor Stinner

regrtest: dump all threads on a crash, not only the current thread

üst afd01172
...@@ -1589,7 +1589,7 @@ def _make_temp_dir_for_build(TEMPDIR): ...@@ -1589,7 +1589,7 @@ def _make_temp_dir_for_build(TEMPDIR):
if __name__ == '__main__': if __name__ == '__main__':
# Display the Python traceback on segfault and division by zero # Display the Python traceback on segfault and division by zero
faulthandler.enable() faulthandler.enable(all_threads=True)
# Remove regrtest.py's own directory from the module search path. Despite # Remove regrtest.py's own directory from the module search path. Despite
# the elimination of implicit relative imports, this is still needed to # the elimination of implicit relative imports, this is still needed to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment