laike9m <[email protected]> added the comment:
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 <[email protected]> wrote: > > Ronald Oussoren <[email protected]> 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 <[email protected]> > <https://bugs.python.org/issue40790> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40790> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
