https://github.com/python/cpython/commit/da1e5c434bbbc7f6ec9426cf18f1da6f42fb29d5 commit: da1e5c434bbbc7f6ec9426cf18f1da6f42fb29d5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com