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.
1 parent 518dbfd commit 950d5fdCopy full SHA for 950d5fd
2 files changed
Doc/using/cmdline.rst
@@ -358,7 +358,8 @@ Miscellaneous options
358
.. cmdoption:: -X
359
360
Reserved for various implementation-specific options. CPython currently
361
- defines none of them, but allows to pass arbitrary values and retrieve
+ defines just one, you can use ``-X faulthander`` to enable
362
+ :data:`faulthandler`. It also allows to pass arbitrary values and retrieve
363
them through the :data:`sys._xoptions` dictionary.
364
365
.. versionchanged:: 3.2
Misc/ACKS
@@ -1133,6 +1133,7 @@ Pal Subbiah
1133
Nathan Sullivan
1134
Mark Summerfield
1135
Reuben Sumner
1136
+Marek Šuppa
1137
Hisao Suzuki
1138
Kalle Svensson
1139
Andrew Svetlov
0 commit comments