There was an error while loading. Please reload this page.
initconfig.c
1 parent 1a548c0 commit dc191d2Copy full SHA for dc191d2
1 file changed
Python/initconfig.c
@@ -2962,8 +2962,6 @@ config_parse_cmdline(PyConfig *config, PyWideStringList *warnoptions,
2962
/* option handled by _PyPreCmdline_Read() */
2963
break;
2964
2965
- /* case 'J': reserved for Jython */
2966
-
2967
case 'O':
2968
config->optimization_level++;
2969
0 commit comments