[3.14] gh-133336: Remove comment about reserved -J in `initconfig.c` (GH-133821) (#133855)

This commit is contained in:
Miss Islington (bot) 2025-05-11 00:25:42 +02:00 committed by GitHub
parent f7c441cc82
commit da1e5c434b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2962,8 +2962,6 @@ config_parse_cmdline(PyConfig *config, PyWideStringList *warnoptions,
/* option handled by _PyPreCmdline_Read() */
break;
/* case 'J': reserved for Jython */
case 'O':
config->optimization_level++;
break;