diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-23 16:20:11 +0300 |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-23 16:20:11 +0300 |
commit | 3831bec20ddd55c436d03825eaee4356f0f322ff (patch) | |
tree | 36a07f936d45a25ad5e97dc3d1867ebecb58505d | |
parent | 4904e5a38b34d0736c3ad6d8e6ceb1535759332f (diff) | |
parent | 950d5fdc7f3b3d7b08a4c8c21f6d95c332d76888 (diff) | |
download | cpython-git-3831bec20ddd55c436d03825eaee4356f0f322ff.tar.gz |
Issue #16241: document -X faulthandler command line option.
Patch by Marek Šuppa.
-rw-r--r-- | Doc/using/cmdline.rst | 3 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index dbe6c4727b..2703684f12 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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 |