This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author laike9m
Recipients benjamin.peterson, laike9m, ned.deily, ronaldoussoren
Date 2020-06-01.07:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAJutW=eRscDf6fBFGkYAeFJsW_DFcbkxLigSWoe7yW0naW-e+w@mail.gmail.com>
In-reply-to <1590997908.37.0.497939454181.issue40790@roundup.psfhosted.org>
Content
You're right. The part I don't understand is how `--without-computed-gotos`
disabled the feature. Also I guess since this feature is meant to be
transparent to users, it's ok to not have a way to inspect it.

On Mon, Jun 1, 2020 at 12:51 AM Ronald Oussoren <report@bugs.python.org>
wrote:

>
> Ronald Oussoren <ronaldoussoren@mac.com> added the comment:
>
> Looking at the source code at <
> https://github.com/python/cpython/blob/a871f692b4a2e6c7d45579693e787edc0af1a02c/Python/ceval.c#L1024>:
> computed gotos are enabled automatically when they are available.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue40790>
> _______________________________________
>
History
Date User Action Args
2020-06-01 07:57:00laike9msetrecipients: + laike9m, ronaldoussoren, benjamin.peterson, ned.deily
2020-06-01 07:57:00laike9mlinkissue40790 messages
2020-06-01 07:57:00laike9mcreate