Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 950d5fd

Browse files
committed
Issue #16241: document -X faulthandler command line option.
Patch by Marek Šuppa.
1 parent 518dbfd commit 950d5fd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/using/cmdline.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ Miscellaneous options
358358
.. cmdoption:: -X
359359

360360
Reserved for various implementation-specific options. CPython currently
361-
defines none of them, but allows to pass arbitrary values and retrieve
361+
defines just one, you can use ``-X faulthander`` to enable
362+
:data:`faulthandler`. It also allows to pass arbitrary values and retrieve
362363
them through the :data:`sys._xoptions` dictionary.
363364

364365
.. versionchanged:: 3.2

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ Pal Subbiah
11331133
Nathan Sullivan
11341134
Mark Summerfield
11351135
Reuben Sumner
1136+
Marek Šuppa
11361137
Hisao Suzuki
11371138
Kalle Svensson
11381139
Andrew Svetlov

0 commit comments

Comments
 (0)