diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2025-05-10 23:31:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-10 22:31:45 +0100 |
commit | dc191d248456855d228b09f0e0206e0b656f113c (patch) | |
tree | 2aa678507b1b3ea07c2cb2c3ccc84c03ab5f0875 /Python | |
parent | 1a548c0a50641aa3358966e0949d29bcfa9dd480 (diff) | |
download | cpython-dc191d248456855d228b09f0e0206e0b656f113c.tar.gz cpython-dc191d248456855d228b09f0e0206e0b656f113c.zip |
gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/initconfig.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c index e8270911721..25e30aa648e 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; |