mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
[3.14] gh-133336: Remove comment about reserved -J in `initconfig.c
` (GH-133821) (#133855)
This commit is contained in:
parent
f7c441cc82
commit
da1e5c434b
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