Skip to content

Commit 04b2b1e

Browse files
committed
remove comment about reserved -J in initconfig.c
1 parent 30b1d8f commit 04b2b1e

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)