New submission from laike9m <laik...@gmail.com>:

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.

----------
components: macOS
messages: 370051
nosy: laike9m, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Python should enable computed gotos on Mac by default
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40790>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to