cpython: 957a6c00d3af (original) (raw)
Mercurial > cpython
changeset 79911:957a6c00d3af 3.3
Issue #16241: document -X faulthandler command line option. Patch by Marek Šuppa. [#16241]
Andrew Svetlov andrew.svetlov@gmail.com | |
---|---|
date | Tue, 23 Oct 2012 16:19:26 +0300 |
parents | 02e5f7d1ab29 |
children | 665e3be40ad1 8647b9c703d4 |
files | Doc/using/cmdline.rst Misc/ACKS |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-)[+] [-] Doc/using/cmdline.rst 3 Misc/ACKS 1 |
line wrap: on
line diff
--- 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 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
--- 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