10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe5e46 commit 0325a8aCopy full SHA for 0325a8a
Python/initconfig.c
@@ -82,8 +82,7 @@ The following implementation-specific options are available:\n\
82
-X faulthandler: dump the Python traceback on fatal errors;\n\
83
also PYTHONFAULTHANDLER\n\
84
-X frozen_modules=[on|off]: whether to use frozen modules; the default is \"on\"\n\
85
- for installed Python and \"off\" for a local build;\n\
86
- also PYTHON_FROZEN_MODULES\n\
+ for installed Python and \"off\" for a local build\n\
87
-X importtime: show how long each import takes; also PYTHONPROFILEIMPORTTIME\n\
88
-X int_max_str_digits=N: limit the size of int<->str conversions;\n\
89
0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\
0 commit comments