Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-X faulthandler
1 parent 153866e commit a1eb483Copy full SHA for a1eb483
1 file changed
Doc/using/cmdline.rst
@@ -358,13 +358,16 @@ Miscellaneous options
358
.. cmdoption:: -X
359
360
Reserved for various implementation-specific options. CPython currently
361
- defines just one, you can use ``-X faulthander`` to enable
362
- :data:`faulthandler`. It also allows to pass arbitrary values and retrieve
+ defines just one, you can use ``-X faulthandler`` to enable
+ :mod:`faulthandler`. It also allows to pass arbitrary values and retrieve
363
them through the :data:`sys._xoptions` dictionary.
364
365
.. versionchanged:: 3.2
366
It is now allowed to pass :option:`-X` with CPython.
367
368
+ .. versionadded:: 3.3
369
+ The ``-X faulthandler`` option.
370
+
371
372
Options you shouldn't use
373
~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments