From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 10 May 2025 22:25:42 +0000 (+0200) Subject: [3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (GH-133821... X-Git-Tag: v3.14.0b2~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da1e5c434bbbc7f6ec9426cf18f1da6f42fb29d5;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (GH-133821) (#133855) --- diff --git a/Python/initconfig.c b/Python/initconfig.c index e82709117216..25e30aa648e8 100644 --- a/Python/initconfig.c +++ b/Python/initconfig.c @@ -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;