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 ronaldoussoren
Recipients benjamin.peterson, laike9m, ned.deily, ronaldoussoren
Date 2020-06-01.07:51:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590997908.37.0.497939454181.issue40790@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-01 07:51:48ronaldoussorensetrecipients: + ronaldoussoren, benjamin.peterson, ned.deily, laike9m
2020-06-01 07:51:48ronaldoussorensetmessageid: <1590997908.37.0.497939454181.issue40790@roundup.psfhosted.org>
2020-06-01 07:51:48ronaldoussorenlinkissue40790 messages
2020-06-01 07:51:48ronaldoussorencreate