mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Issue #16241: document -X faulthandler command line option.
Patch by Marek Šuppa.
This commit is contained in:
commit
3831bec20d
2 changed files with 3 additions and 1 deletions
|
|
@ -358,7 +358,8 @@ Miscellaneous options
|
||||||
.. cmdoption:: -X
|
.. cmdoption:: -X
|
||||||
|
|
||||||
Reserved for various implementation-specific options. CPython currently
|
Reserved for various implementation-specific options. CPython currently
|
||||||
defines none of them, but allows to pass arbitrary values and retrieve
|
defines just one, you can use ``-X faulthander`` to enable
|
||||||
|
:data:`faulthandler`. It also allows to pass arbitrary values and retrieve
|
||||||
them through the :data:`sys._xoptions` dictionary.
|
them through the :data:`sys._xoptions` dictionary.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
|
|
|
||||||
|
|
@ -1133,6 +1133,7 @@ Pal Subbiah
|
||||||
Nathan Sullivan
|
Nathan Sullivan
|
||||||
Mark Summerfield
|
Mark Summerfield
|
||||||
Reuben Sumner
|
Reuben Sumner
|
||||||
|
Marek Šuppa
|
||||||
Hisao Suzuki
|
Hisao Suzuki
|
||||||
Kalle Svensson
|
Kalle Svensson
|
||||||
Andrew Svetlov
|
Andrew Svetlov
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue