Antoine Pitrou <pit...@free.fr> added the comment: > 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
This looks like the system Python compiled by Apple. What about a hand-compiled Python? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13240> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com