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 pitrou
Recipients eric.araujo, flox, pitrou
Date 2011-10-21.16:02:14
SpamBayes Score 4.071271e-06
Marked as misclassified No
Message-id <1319212935.45.0.123246024235.issue13240@psf.upfronthosting.co.za>
In-reply-to
Content
> This looks like the system Python compiled by Apple. What about a
> hand-compiled Python?

Forget this. I get the same results here.

However, if you add a "#error" at the right place in ceval.c, you'll see that computed gotos are enabled. It seems more of a sysconfig bug or limitation. In pyconfig.h, I have the following:

$ \grep GOTO pyconfig.h
#define HAVE_COMPUTED_GOTOS 1
/* #undef USE_COMPUTED_GOTOS */

Which apparently sysconfig translates as USE_COMPUTED_GOTOS being equal to 0, which I think is wrong.
History
Date User Action Args
2011-10-21 16:02:15pitrousetrecipients: + pitrou, eric.araujo, flox
2011-10-21 16:02:15pitrousetmessageid: <1319212935.45.0.123246024235.issue13240@psf.upfronthosting.co.za>
2011-10-21 16:02:14pitroulinkissue13240 messages
2011-10-21 16:02:14pitroucreate