[issue13240] computed gotos not enabled?

Florent Xicluna report at bugs.python.org
Fri Oct 21 16:41:26 CEST 2011


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

According to issue 9203 the computed gotos should be enabled by default since 3.2.
However, it is not visible from the interpreter.

Python 3.2.2 (default, Sep  7 2011, 10:55:43) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
>>> from sysconfig import get_config_var
>>> get_config_var('HAVE_COMPUTED_GOTOS')
1
>>> get_config_var('USE_COMPUTED_GOTOS')
0

----------
components: Build
messages: 146090
nosy: flox, pitrou
priority: normal
severity: normal
status: open
title: computed gotos not enabled?
type: performance
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13240>
_______________________________________


More information about the Python-bugs-list mailing list