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.
2 parents 678ad51 + a1eb483 commit 711c370Copy full SHA for 711c370
1 file changed
Doc/using/cmdline.rst
@@ -360,7 +360,7 @@ Miscellaneous options
360
Reserved for various implementation-specific options. CPython currently
361
defines two possible values:
362
363
- * ``-X faulthander`` to enable :mod:`faulthandler`;
+ * ``-X faulthandler`` to enable :mod:`faulthandler`;
364
* ``-X showrefcount`` to enable the output of the total reference count
365
and memory blocks (only works on debug builds);
366
@@ -370,6 +370,9 @@ Miscellaneous options
370
.. versionchanged:: 3.2
371
It is now allowed to pass :option:`-X` with CPython.
372
373
+ .. versionadded:: 3.3
374
+ The ``-X faulthandler`` option.
375
+
376
.. versionadded:: 3.4
377
The ``-X showrefcount`` option.
378
0 commit comments