Skip to content

Commit dc191d2

Browse files
authored
gh-133336: Remove comment about reserved -J in initconfig.c (#133821)
1 parent 1a548c0 commit dc191d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/initconfig.c

-2
Original file line numberDiff line numberDiff line change
@@ -2962,8 +2962,6 @@ config_parse_cmdline(PyConfig *config, PyWideStringList *warnoptions,
29622962
/* option handled by _PyPreCmdline_Read() */
29632963
break;
29642964

2965-
/* case 'J': reserved for Jython */
2966-
29672965
case 'O':
29682966
config->optimization_level++;
29692967
break;

0 commit comments

Comments
 (0)