##// END OF EJS Templates
prevent atexit handlers from generating crash report...
prevent atexit handlers from generating crash report register `sys.excepthook = sys.__excepthook__` with atexit on aplication startup, so it should be the first handler called. This removes the crash handler. closes #207
MinRK -
r4994:d5548fa4
Show More
Name Size Modified Last Commit Author
/ tools
alldeps
build_release Loading ...
check_sources.py Loading ...
github_stats.py Loading ...
gitwash_dumper.py Loading ...
make_tarball.py Loading ...
release Loading ...
run_ipy_in_profiler.py Loading ...
testupload Loading ...
toollib.py Loading ...