Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0325a8a

Browse filesBrowse 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
Copy full SHA for 0325a8a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎Python/initconfig.c

Copy file name to clipboardExpand all lines: Python/initconfig.c
+1-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.