Issue #16241: document -X faulthandler command line option.
Patch by Marek Šuppa.
This commit is contained in:
parent
518dbfd7b5
commit
950d5fdc7f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue