commit | 00bc6ccb786aa2976cc6c405738247359539854c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 01:30:03 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 01:30:03 2011 +0200 |
tree | 5af3012309c22efa2699acf53910f3f9f02780a4 | |
parent | 660e62cd75a5842dee7a115eb74f5b68fd3cf61f [diff] |
faulthandler: improve_sigabrt() on Visual Studio Use _set_abort_behavior() + abort() instead of raise(SIGABRT) which may write an error message and/or open a popup asking to report the fault.