mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
gh-133336: Remove comment about reserved -J in `initconfig.c
` (#133821)
This commit is contained in:
parent
1a548c0a50
commit
dc191d2484
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue