From 950d5fdc7f3b3d7b08a4c8c21f6d95c332d76888 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 23 Oct 2012 16:19:26 +0300 Subject: [PATCH] Issue #16241: document -X faulthandler command line option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Marek Šuppa. --- Doc/using/cmdline.rst | 3 ++- Misc/ACKS | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index dbe6c4727b0..2703684f12e 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 diff --git a/Misc/ACKS b/Misc/ACKS index 808d1ba3fe8..f01619eee9b 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1133,6 +1133,7 @@ Pal Subbiah Nathan Sullivan Mark Summerfield Reuben Sumner +Marek Šuppa Hisao Suzuki Kalle Svensson Andrew Svetlov