Message146100
> 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. |
|
Date |
User |
Action |
Args |
2011-10-21 16:02:15 | pitrou | set | recipients:
+ pitrou, eric.araujo, flox |
2011-10-21 16:02:15 | pitrou | set | messageid: <1319212935.45.0.123246024235.issue13240@psf.upfronthosting.co.za> |
2011-10-21 16:02:14 | pitrou | link | issue13240 messages |
2011-10-21 16:02:14 | pitrou | create | |
|