https://github.com/python/cpython/commit/da1e5c434bbbc7f6ec9426cf18f1da6f42fb29d5
commit: da1e5c434bbbc7f6ec9426cf18f1da6f42fb29d5
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-05-10T22:25:42Z
summary:
[3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c``
(GH-133821) (#133855)
files:
M Python/initconfig.c
diff --git a/Python/initconfig.c b/Python/initconfig.c
index e827091172162e..25e30aa648e8aa 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;
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]