Kaydet (Commit) 950d5fdc authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Issue #16241: document -X faulthandler command line option.

Patch by Marek Šuppa.
üst 518dbfd7
......@@ -358,7 +358,8 @@ Miscellaneous options
.. cmdoption:: -X
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.
.. versionchanged:: 3.2
......
......@@ -1133,6 +1133,7 @@ Pal Subbiah
Nathan Sullivan
Mark Summerfield
Reuben Sumner
Marek Šuppa
Hisao Suzuki
Kalle Svensson
Andrew Svetlov
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment