]> granicus.if.org Git - python/commit
Issue #11393: The fault handler handles also SIGABRT
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Apr 2011 10:13:55 +0000 (12:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Apr 2011 10:13:55 +0000 (12:13 +0200)
commitd727e23243ab5479b03aab1f924ca7ec0bccbcb6
treec05dc8b13da2bebd300684b462af046384c2379a
parentbc6a4db66d576b29462a965e78f4d4a1dce494f0
Issue #11393: The fault handler handles also SIGABRT
Doc/library/faulthandler.rst
Doc/using/cmdline.rst
Lib/test/test_faulthandler.py
Modules/faulthandler.c
Python/pythonrun.c