Skip to content

Commit

Permalink
[3.12] gh-90300: Remove reference to PYTHON_FROZEN_MODULES in Python …
Browse files Browse the repository at this point in the history
…CLI help (GH-117035)

Fix error introduced in 4be9fa8.
  • Loading branch information
serhiy-storchaka committed Mar 19, 2024
1 parent afe5e46 commit 0325a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Python/initconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ The following implementation-specific options are available:\n\
-X faulthandler: dump the Python traceback on fatal errors;\n\
also PYTHONFAULTHANDLER\n\
-X frozen_modules=[on|off]: whether to use frozen modules; the default is \"on\"\n\
for installed Python and \"off\" for a local build;\n\
also PYTHON_FROZEN_MODULES\n\
for installed Python and \"off\" for a local build\n\
-X importtime: show how long each import takes; also PYTHONPROFILEIMPORTTIME\n\
-X int_max_str_digits=N: limit the size of int<->str conversions;\n\
0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\
Expand Down

0 comments on commit 0325a8a

Please sign in to comment.