]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 10 May 2025 21:31:45 +0000 (23:31 +0200)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 21:31:45 +0000 (22:31 +0100)
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;