mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
Issue #11393: The fault handler handles also SIGABRT
This commit is contained in:
parent
bc6a4db66d
commit
d727e23243
5 changed files with 45 additions and 17 deletions
|
@ -502,8 +502,9 @@ These environment variables influence Python's behavior.
|
|||
|
||||
If this environment variable is set, :func:`faulthandler.enable` is called
|
||||
at startup: install a handler for :const:`SIGSEGV`, :const:`SIGFPE`,
|
||||
:const:`SIGBUS` and :const:`SIGILL` signals to dump the Python traceback.
|
||||
This is equivalent to :option:`-X` ``faulthandler`` option.
|
||||
:const:`SIGABRT`, :const:`SIGBUS` and :const:`SIGILL` signals to dump the
|
||||
Python traceback. This is equivalent to :option:`-X` ``faulthandler``
|
||||
option.
|
||||
|
||||
|
||||
Debug-mode variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue