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 laike9m, ned.deily, ronaldoussoren
Date 2020-05-27.07:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590563583.44.0.646993465948.issue40790@roundup.psfhosted.org>
In-reply-to
Content
Issue is described here with more details:
https://stackoverflow.com/q/61860463/2142577

Basically, when building on Mac, Python should enable computed gotos by default, because it is supported (https://stackoverflow.com/a/62037189/2142577).

The documentation(https://docs.python.org/3/whatsnew/3.2.html#build-and-c-api-changes) says
> Computed gotos are now enabled by default on supported compilers (which are detected by the configure script). They can still be disabled selectively by specifying --without-computed-gotos.

This seems to imply that the capability detection is wrong.
History
Date User Action Args
2020-05-27 07:13:03laike9msetrecipients: + laike9m, ronaldoussoren, ned.deily
2020-05-27 07:13:03laike9msetmessageid: <1590563583.44.0.646993465948.issue40790@roundup.psfhosted.org>
2020-05-27 07:13:03laike9mlinkissue40790 messages
2020-05-27 07:13:03laike9mcreate