Skip to content

Commit da1e5c4

Browse files
[3.14] gh-133336: Remove comment about reserved -J in initconfig.c (GH-133821) (#133855)
1 parent f7c441c commit da1e5c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/initconfig.c

Lines changed: 0 additions & 2 deletions
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)