From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Sat, 10 May 2025 21:31:45 +0000 (+0200) Subject: gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821) X-Git-Tag: v3.15.0a1~1767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc191d248456855d228b09f0e0206e0b656f113c;p=thirdparty%2FPython%2Fcpython.git gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821) --- 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;