10000 [3.12] gh-90300: Remove reference to PYTHON_FROZEN_MODULES in Python … · python/cpython@0325a8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0325a8a

Browse files
[3.12] gh-90300: Remove reference to PYTHON_FROZEN_MODULES in Python CLI help (GH-117035)
Fix error introduced in 4be9fa8.
1 parent afe5e46 commit 0325a8a
8000

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/initconfig.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ The following implementation-specific options are available:\n\
8282
-X faulthandler: dump the Python traceback on fatal errors;\n\
8383
also PYTHONFAULTHANDLER\n\
8484
-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\
85+
for installed Python and \"off\" for a local build\n\
8786
-X importtime: show how long each import takes; also PYTHONPROFILEIMPORTTIME\n\
8887
-X int_max_str_digits=N: limit the size of int<->str conversions;\n\
8988
0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\

0 commit comments

Comments
 (0)
0