]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (GH-133821...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 May 2025 22:25:42 +0000 (00:25 +0200)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 22:25:42 +0000 (22:25 +0000)
Python/initconfig.c

index e827091172162e8edaf9a7183ec0eb858bcee49f..25e30aa648e8aa6d11eedaace280b0386bc579bf 100644 (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;